|  |  |  | 
|---|
|  |  |  | "quickapp" : {}, | 
|---|
|  |  |  | /* 快应用特有相关 */ | 
|---|
|  |  |  | "mp-weixin" : { | 
|---|
|  |  |  | "appid" : "wx6d0ecc4e18710458", | 
|---|
|  |  |  | "appid" : "wx1441324401626290", | 
|---|
|  |  |  | "setting" : { | 
|---|
|  |  |  | "urlCheck" : false, | 
|---|
|  |  |  | "es6" : true, | 
|---|
|  |  |  | 
|---|
|  |  |  | </u-form-item> | 
|---|
|  |  |  | <u-divider></u-divider> | 
|---|
|  |  |  | <u-form-item :label-position="labelPosition" label="确认密码" label-width="150" prop="rePassword"> | 
|---|
|  |  |  | <u-input :password-icon="false" :border="border" :type="showPassword2?'text':'password'" | 
|---|
|  |  |  | v-model="model.rePassword" | 
|---|
|  |  |  | placeholder="请确认密码"> | 
|---|
|  |  |  | <u-input :password-icon="false" :border="border" :type="showPassword2?'text':'password'" | 
|---|
|  |  |  | v-model="model.rePassword" placeholder="请确认密码"> | 
|---|
|  |  |  | <template slot="suffix"> | 
|---|
|  |  |  | <uni-icons color="#20613D" :type="showPassword2 ? 'eye-filled' : 'eye-slash-filled'" size="24" | 
|---|
|  |  |  | @click="()=>{ | 
|---|
|  |  |  | 
|---|
|  |  |  | rePassword: '' | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | showPassword1: false, | 
|---|
|  |  |  | showPassword2:false, | 
|---|
|  |  |  | showPassword2: false, | 
|---|
|  |  |  | rules: { | 
|---|
|  |  |  | // oldpassword: [ | 
|---|
|  |  |  | //     { | 
|---|
|  |  |  | 
|---|
|  |  |  | this.model.rePassword = '' | 
|---|
|  |  |  | this.model.oldPassword = '' | 
|---|
|  |  |  | this.$message.showToast('修改成功'); | 
|---|
|  |  |  | let tmp = this | 
|---|
|  |  |  | setTimeout(() => { | 
|---|
|  |  |  | tmp.$store.commit('updateLogin', false) | 
|---|
|  |  |  | uni.reLaunch({ | 
|---|
|  |  |  | url: '/pages/login/supplier-login' | 
|---|
|  |  |  | }) | 
|---|
|  |  |  | }, 1500) | 
|---|
|  |  |  | } | 
|---|
|  |  |  | }, | 
|---|
|  |  |  | // 点击actionSheet回调 | 
|---|