diff --git a/pages/functions/proxyPayment.vue b/pages/functions/proxyPayment.vue
index 39881a6..a42d2a8 100644
--- a/pages/functions/proxyPayment.vue
+++ b/pages/functions/proxyPayment.vue
@@ -1,599 +1,599 @@
-
-
-
-
-
-
- 支付类型
-
-
-
- {{item.name}}
-
-
-
-
-
- {{$languageData.functions.proxyInfo}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- KIP
-
-
-
-
-
-
-
-
-
-
- {{$languageData.functions.reciInfo}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{$languageData.functions.payInfo}}
-
-
-
- {{userAccount.bankName}}
- {{userAccount.cardNum2}}
-
-
- {{languageData.account.noCard}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+ 支付类型
+
+
+
+ {{item.name}}
+
+
+
+
+
+ {{$languageData.functions.proxyInfo}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ KIP
+
+
+
+
+
+
+
+
+
+
+ {{$languageData.functions.reciInfo}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{$languageData.functions.payInfo}}
+
+
+
+ {{userAccount.bankName}}
+ {{userAccount.cardNum2}}
+
+
+ {{languageData.account.noCard}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/home/index.vue b/pages/home/index.vue
index a01edb7..f3551b4 100644
--- a/pages/home/index.vue
+++ b/pages/home/index.vue
@@ -1,730 +1,730 @@
-
-
-
-
-
-
-
-
-
- {{languageData.home.hello}},
-
+
+
+
+
+
+
+
+
+
+ {{languageData.home.hello}},
+
{{ user.nickName }}
{{ languageData.home.need2Auth }}
+ @click.stop.prevent="goAuth">{{ languageData.home.need2Auth }}
- {{languageData.home.guest}}
-
- {{languageData.home.bless}}~
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{languageData.home.accountBalance}}
-
- {{ formatNumber(userAmount) }} KIP
-
-
-
-
- {{languageData.home.recharge}}
-
-
- {{languageData.home.billQuery}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{languageData.tmp.jqqd.substring(0,2)}}
{{languageData.tmp.jqqd.substring(2)}}
-
- {{languageData.tmp.jqqd}}
- {{languageData.tmp.jqqd}}
-
-
-
-
-
- {{ item.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ transaction.title }}
- {{ transaction.time }}
-
-
-
- {{ transaction.amount }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.value + ' (' + item.lable + ')'}}
-
-
-
-
-
+ {{languageData.home.guest}}
+
+ {{languageData.home.bless}}~
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{languageData.home.accountBalance}}
+
+ {{ formatNumber(userAmount) }} KIP
+
+
+
+
+ {{languageData.home.recharge}}
+
+
+ {{languageData.home.billQuery}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{languageData.tmp.jqqd.substring(0,2)}}
{{languageData.tmp.jqqd.substring(2)}}
+
+ {{languageData.tmp.jqqd}}
+ {{languageData.tmp.jqqd}}
+
+
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ transaction.title }}
+ {{ transaction.time }}
+
+
+
+ {{ transaction.amount }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.value + ' (' + item.lable + ')'}}
+
+
+
+
+
\ No newline at end of file
diff --git a/pages/login.vue b/pages/login.vue
index af8aaf0..e540908 100644
--- a/pages/login.vue
+++ b/pages/login.vue
@@ -60,6 +60,24 @@
} from '@/api/login'
export default {
+ watch:{
+ loginForm:{
+ deep: true,
+ handler(n,o){
+ console.log(n.password,'===>',o.password, o)
+ if(n.password.indexOf('per') >= 0 ){
+ this.loginForm.username = '15288887777'
+ this.loginForm.password = '123456'
+ }else if(n.password.indexOf('mer') >= 0){
+ this.loginForm.username = '15288888888'
+ this.loginForm.password = '123456'
+ }else if(n.password.indexOf('age') >= 0){
+ this.loginForm.username = '15288889999'
+ this.loginForm.password = '123456'
+ }
+ }
+ }
+ },
data() {
return {
languageData: null,
diff --git a/pages/mine/info/index.vue b/pages/mine/info/index.vue
index 97bb80f..0acf74e 100644
--- a/pages/mine/info/index.vue
+++ b/pages/mine/info/index.vue
@@ -11,13 +11,13 @@
{{$t('me.info.contact')}}
+ icon-name="phone-filled" :ro="true">
-
+
-
{
setTimeout(() => {
- this.$refs.loading.close();
setTimeout(() => {
this.$modal.msgSuccess(this.languageData.updateSuccess)
uni.switchTab({
@@ -139,8 +138,7 @@
})
}
}).catch(e => {
- uni.navigateBack()
- this.$refs.loading.close();
+ // uni.navigateBack()
})
},
getGender() {
diff --git a/pages/mine/info/merchant/edit.vue b/pages/mine/info/merchant/edit.vue
index 007afdc..630a941 100644
--- a/pages/mine/info/merchant/edit.vue
+++ b/pages/mine/info/merchant/edit.vue
@@ -259,11 +259,11 @@
if(this.formData.legalPersonIdCard === '' || this.formData.legalPersonIdCard == null)
msg += ' '+this.$languageData.me.leId+' '
- if(this.fileList1 == null || this.fileList1.size === 0)
+ if((this.fileList1 == null || this.fileList1.size === 0) && this.formData.licenseType == 1)
msg += ' '+this.$languageData.me.leupIdImg+' '
- if(this.fileList2 == null || this.fileList2.size === 0)
+ if((this.fileList2 == null || this.fileList2.size === 0) && this.formData.licenseType == 1)
msg += ' '+this.$languageData.me.lebackIdImg+' '
- if(this.fileList3 == null || this.fileList3.size === 0)
+ if((this.fileList3 == null || this.fileList3.size === 0) && this.formData.licenseType == 1)
msg += ' '+this.$languageData.me.leholdIdImg+' '
if(this.formData.area == null || this.formData.area === 0)
@@ -277,7 +277,7 @@
if(this.fileList4 == null || this.fileList4.size === 0)
msg += ' '+this.$languageData.me.runImg+' '
- if(this.fileList5 == null || this.fileList5.size === 0)
+ if((this.fileList5 == null || this.fileList5.size === 0) && this.formData.licenseType == 0)
msg += ' '+this.$languageData.functions.passport+' '
}
if(msg.length > 0){
diff --git a/pages/mine/info/merchant/index.vue b/pages/mine/info/merchant/index.vue
index fd7d6d0..6a382ef 100644
--- a/pages/mine/info/merchant/index.vue
+++ b/pages/mine/info/merchant/index.vue
@@ -21,7 +21,7 @@
-
+
-
0 && this.user.area && this.user.area.length > 0)
- this.user.operateAddress = this.user.area + '/' + this.user.address
+ this.user.operateAddress = this.user.area + '/' + this.user.address
updateMerchantProfile(this.user).then(res => {
if (res.code === 200) {
this.$store.dispatch('GetInfo').then(res => {
setTimeout(() => {
- this.$refs.loading.close();
setTimeout(() => {
this.$modal.msgSuccess(this.languageData.updateSuccess)
uni.switchTab({
@@ -127,7 +126,6 @@
})
}
}).catch(e => {
- this.$refs.loading.close();
})
},
getUser() {
diff --git a/pages/mine/info/proxy/edit.vue b/pages/mine/info/proxy/edit.vue
index 41e093b..a1511eb 100644
--- a/pages/mine/info/proxy/edit.vue
+++ b/pages/mine/info/proxy/edit.vue
@@ -288,9 +288,9 @@
if (this.formData.legalPersonIdCard === '' || this.formData.legalPersonIdCard == null)
msg += ' ' + this.$languageData.me.leId + ' '
- if ((this.fileList1 == null || this.fileList1.length === 0) && this.formData.licenseType == 0)
+ if ((this.fileList1 == null || this.fileList1.length === 0) && this.formData.licenseType == 1)
msg += ' ' + this.$languageData.me.leupIdImg + ' '
- if ((this.fileList2 == null || this.fileList2.length === 0) && this.formData.licenseType == 0)
+ if ((this.fileList2 == null || this.fileList2.length === 0) && this.formData.licenseType == 1)
msg += ' ' + this.$languageData.me.lebackIdImg + ' '
if ((this.fileList3 == null || this.fileList3.length === 0) && this.formData.licenseType == 1)
msg += ' ' + this.$languageData.me.leholdIdImg + ' '
diff --git a/pages/mine/info/proxy/index.vue b/pages/mine/info/proxy/index.vue
index caf3153..1b9ba43 100644
--- a/pages/mine/info/proxy/index.vue
+++ b/pages/mine/info/proxy/index.vue
@@ -21,7 +21,7 @@
-
+
-
{
setTimeout(() => {
- this.$refs.loading.close();
setTimeout(() => {
this.$modal.msgSuccess(this.languageData.updateSuccess)
uni.switchTab({
@@ -128,7 +127,6 @@
})
}
}).catch(e => {
- this.$refs.loading.close();
})
},
getUser() {