1 line
14 KiB
JavaScript
1 line
14 KiB
JavaScript
|
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["pages-me-editUserInfo"],{"012c":function(t,e,a){"use strict";a.d(e,"b",(function(){return n})),a.d(e,"c",(function(){return r})),a.d(e,"a",(function(){}));var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("v-uni-view",{staticClass:"content"},[a("v-uni-view",{staticClass:"title-tip"}),a("v-uni-view",{staticClass:"form-box"},[a("v-uni-view",{staticClass:"row-input"},[a("v-uni-view",{staticClass:"tip"},[t._v("當前密碼:")]),a("v-uni-view",{staticClass:"input-box"},[a("v-uni-input",{attrs:{password:t.showPassword1,placeholder:"請輸入當前密碼","placeholder-class":"placeholder"},model:{value:t.paykey,callback:function(e){t.paykey=e},expression:"paykey"}}),a("img",{staticStyle:{width:"50rpx",height:"50rpx"},attrs:{src:t.showPassword1?t.hidepwdImg:t.showpwdImg},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.changePassword(1)}}})],1)],1),a("v-uni-view",{staticClass:"row-input"},[a("v-uni-text",{staticClass:"tip"},[t._v("新密碼:")]),a("v-uni-view",{staticClass:"input-box"},[a("v-uni-input",{attrs:{password:t.showPassword2,placeholder:"請輸入新密碼","placeholder-class":"placeholder"},model:{value:t.paykey1,callback:function(e){t.paykey1=e},expression:"paykey1"}}),a("img",{staticStyle:{width:"50rpx",height:"50rpx"},attrs:{src:t.showPassword2?t.hidepwdImg:t.showpwdImg},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.changePassword(2)}}})],1)],1),a("v-uni-view",{staticClass:"row-input"},[a("v-uni-text",{staticClass:"tip"},[t._v("確認密碼:")]),a("v-uni-view",{staticClass:"input-box"},[a("v-uni-input",{attrs:{password:t.showPassword3,placeholder:"請輸入確認密碼","placeholder-class":"placeholder"},model:{value:t.paykey2,callback:function(e){t.paykey2=e},expression:"paykey2"}}),a("img",{staticStyle:{width:"50rpx",height:"50rpx"},attrs:{src:t.showPassword3?t.hidepwdImg:t.showpwdImg},on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.changePassword(3)}}})],1)],1),a("v-uni-view",{staticClass:"login-btn",on:{click:function(e){arguments[0]=e=t.$handleEvent(e),t.submitEdit.apply(void 0,arguments)}}},[t._v("確認")])],1)],1)},r=[]},"565d":function(t,e,a){"use strict";a("6a54");var n=a("f5bd").default;Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0,a("bf0f"),a("7a76"),a("c9b5");var r=n(a("1c1c")),u=n(a("6ecf")),i=a("ee8d"),o=r.default.create();o.defaults.baseURL=i.BASE_URL,o.defaults.timeout=i.TIME_OUT,o.defaults.adapter=u.default,o.defaults.headers.post["token"]="",o.defaults.headers.post["content-type"]="application/json",o.interceptors.request.use((function(t){var e=uni.getStorageSync("token");return e&&(t.headers.token=e),t})),o.interceptors.response.use((function(t){return t.data}),(function(t){return console.log(t),401==t.response.data.code&&uni.showModal({title:"提示",showCancel:!1,content:"请重新登录",success:function(t){t.confirm&&(console.log("用户点击确定"),uni.navigateTo({url:"/pages/login/login"}))}}),Promise.reject(new Error("faile"))}));var s=o;e.default=s},6040:function(t,e,a){var n=a("c86c");e=n(!1),e.push([t.i,'@charset "UTF-8";\r\n/**\r\n * 这里是uni-app内置的常用样式变量\r\n *\r\n * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量\r\n * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App\r\n *\r\n */\r\n/**\r\n * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能\r\n *\r\n * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件\r\n */\r\n/* 颜色变量 */\r\n/* 行为相关颜色 */\r\n/* 文字基本颜色 */\r\n/* 背景颜色 */\r\n/* 边框颜色 */\r\n/* 尺寸变量 */\r\n/* 文字尺寸 */\r\n/* 图片尺寸 */\r\n/* Border Radius */\r
|