From 4183e830785c3beecfa1599fe1e89482107514ed Mon Sep 17 00:00:00 2001
From: zhj <1784863376@qq.com>
Date: Sun, 1 Jun 2025 12:22:23 +0800
Subject: [PATCH] =?UTF-8?q?chore=EF=BC=9A=20=E4=BB=A3=E7=90=86=E4=BA=A4?=
=?UTF-8?q?=E6=98=93=E9=94=AE=E7=9B=98=E6=97=A0=E6=B3=95=E5=BC=B9=E5=87=BA?=
=?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=9B=20=E4=BB=A3=E7=90=86=E3=80=81?=
=?UTF-8?q?=E5=95=86=E6=88=B7=E8=AE=A4=E8=AF=81=E6=97=B6=EF=BC=8C=E8=BA=AB?=
=?UTF-8?q?=E4=BB=BD=E8=AF=81=E5=8F=B7=E7=A0=81=E6=94=B9=E8=AF=81=E4=BB=B6?=
=?UTF-8?q?=E5=8F=B7=E7=A0=81=EF=BC=9B=20=E8=AE=A4=E8=AF=81=E5=A4=B1?=
=?UTF-8?q?=E8=B4=A5=E9=87=8D=E6=96=B0=E8=AE=A4=E8=AF=81=E8=B7=B3=E8=BD=AC?=
=?UTF-8?q?=E9=80=BB=E8=BE=91=E8=B0=83=E6=95=B4=EF=BC=9B=20=E4=BF=A1?=
=?UTF-8?q?=E6=81=AF=E4=BF=AE=E6=94=B9=E5=AE=8C=E6=88=90=E5=90=8E=EF=BC=8C?=
=?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=88=B0=E9=A6=96=E9=A1=B5=E8=B0=83=E6=95=B4?=
=?UTF-8?q?=EF=BC=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/functions/proxyPayment.vue | 1182 ++++++++++++++--------------
pages/mine/info/edit.vue | 6 +-
pages/mine/info/index.vue | 17 +-
pages/mine/info/merchant/edit.vue | 8 +-
pages/mine/info/merchant/index.vue | 15 +-
pages/mine/info/proxy/edit.vue | 8 +-
pages/mine/info/proxy/index.vue | 15 +-
7 files changed, 632 insertions(+), 619 deletions(-)
diff --git a/pages/functions/proxyPayment.vue b/pages/functions/proxyPayment.vue
index a42d2a8..58521f4 100644
--- a/pages/functions/proxyPayment.vue
+++ b/pages/functions/proxyPayment.vue
@@ -1,599 +1,597 @@
-
-
-
-
-
-
- 支付类型
-
-
-
- {{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/mine/info/edit.vue b/pages/mine/info/edit.vue
index b6a96af..d5a22c5 100644
--- a/pages/mine/info/edit.vue
+++ b/pages/mine/info/edit.vue
@@ -152,7 +152,7 @@
-
+
@@ -371,8 +371,8 @@
this.$refs.loading.close();
setTimeout(() => {
this.$modal.msgSuccess(this.languageData.updateSuccess)
- uni.switchTab({
- url: '/pages/home/index'
+ uni.navigateTo({
+ url: '/pages/mine/info/index'
})
}, 500)
}, 1000)
diff --git a/pages/mine/info/index.vue b/pages/mine/info/index.vue
index 0acf74e..dd4fe9f 100644
--- a/pages/mine/info/index.vue
+++ b/pages/mine/info/index.vue
@@ -130,10 +130,10 @@
setTimeout(() => {
setTimeout(() => {
this.$modal.msgSuccess(this.languageData.updateSuccess)
- uni.switchTab({
- url: '/pages/home/index'
+ uni.navigateTo({
+ url: '/pages/mine/info/index'
})
- }, 500)
+ }, 500)
}, 1000)
})
}
@@ -166,9 +166,14 @@
url: '/pages/mine/info/edit'
})
} else { //查看认证
- uni.navigateTo({
- url: '/pages/mine/info/edit?checkOnly=1'
- })
+ if(this.user.status == '3')
+ uni.navigateTo({
+ url: '/pages/mine/info/edit'
+ })
+ else
+ uni.navigateTo({
+ url: '/pages/mine/info/edit?checkOnly=1'
+ })
}
},
getStatus(status) {
diff --git a/pages/mine/info/merchant/edit.vue b/pages/mine/info/merchant/edit.vue
index 98e6f88..46fd508 100644
--- a/pages/mine/info/merchant/edit.vue
+++ b/pages/mine/info/merchant/edit.vue
@@ -79,7 +79,7 @@
>
-
+
@@ -260,7 +260,7 @@
if(this.formData.legalPersonExpirationTime === '' || this.formData.legalPersonExpirationTime == null)
msg += ' '+this.$languageData.me.exTime+' '
if(this.formData.legalPersonIdCard === '' || this.formData.legalPersonIdCard == null)
- msg += ' '+this.$languageData.me.leId+' '
+ msg += ' '+this.$languageData.functions.iDNumber+' '
if((this.fileList1 == null || this.fileList1.size === 0) && this.formData.licenseType == 1)
msg += ' '+this.$languageData.me.leupIdImg+' '
@@ -384,8 +384,8 @@
this.$refs.loading.close();
setTimeout(() => {
this.$modal.msgSuccess(this.languageData.updateSuccess)
- uni.switchTab({
- url: '/pages/home/index'
+ uni.navigateTo({
+ url: '/pages/mine/info/merchant/index'
})
}, 500)
}, 1000)
diff --git a/pages/mine/info/merchant/index.vue b/pages/mine/info/merchant/index.vue
index 6a382ef..759847e 100644
--- a/pages/mine/info/merchant/index.vue
+++ b/pages/mine/info/merchant/index.vue
@@ -118,8 +118,8 @@
setTimeout(() => {
setTimeout(() => {
this.$modal.msgSuccess(this.languageData.updateSuccess)
- uni.switchTab({
- url: '/pages/home/index'
+ uni.navigateTo({
+ url: '/pages/mine/info/merchant/index'
})
}, 500)
}, 1000)
@@ -147,9 +147,14 @@
url: '/pages/mine/info/merchant/edit'
})
} else { //查看认证
- uni.navigateTo({
- url: '/pages/mine/info/merchant/edit?checkOnly=1'
- })
+ if(this.user.status == '3')
+ uni.navigateTo({
+ url: '/pages/mine/info/merchant/edit'
+ })
+ else
+ uni.navigateTo({
+ url: '/pages/mine/info/merchant/edit?checkOnly=1'
+ })
}
},
getStatus(status) {
diff --git a/pages/mine/info/proxy/edit.vue b/pages/mine/info/proxy/edit.vue
index 405a507..5f137f9 100644
--- a/pages/mine/info/proxy/edit.vue
+++ b/pages/mine/info/proxy/edit.vue
@@ -69,7 +69,7 @@
:disabledColor="step === 2 ? '#F7F6F6':'white'" suffixIcon="arrow-down">
-
+
@@ -289,7 +289,7 @@
if (this.formData.legalPersonExpirationTime === '' || this.formData.legalPersonExpirationTime == null)
msg += ' ' + this.$languageData.me.exTime + ' '
if (this.formData.legalPersonIdCard === '' || this.formData.legalPersonIdCard == null)
- msg += ' ' + this.$languageData.me.leId + ' '
+ msg += ' ' + this.$languageData.functions.iDNumber + ' '
if ((this.fileList1 == null || this.fileList1.length === 0) && this.formData.licenseType == 1)
msg += ' ' + this.$languageData.me.leupIdImg + ' '
@@ -451,8 +451,8 @@
setTimeout(() => {
this.$modal.msgSuccess(this.languageData
.updateSuccess)
- uni.switchTab({
- url: '/pages/home/index'
+ uni.navigateTo({
+ url: '/pages/mine/info/proxy/index'
})
}, 500)
}, 1000)
diff --git a/pages/mine/info/proxy/index.vue b/pages/mine/info/proxy/index.vue
index 1b9ba43..3af6506 100644
--- a/pages/mine/info/proxy/index.vue
+++ b/pages/mine/info/proxy/index.vue
@@ -119,8 +119,8 @@
setTimeout(() => {
setTimeout(() => {
this.$modal.msgSuccess(this.languageData.updateSuccess)
- uni.switchTab({
- url: '/pages/home/index'
+ uni.navigateTo({
+ url: '/pages/mine/info/proxy/index'
})
}, 500)
}, 1000)
@@ -148,9 +148,14 @@
url: '/pages/mine/info/proxy/edit'
})
} else { //查看认证
- uni.navigateTo({
- url: '/pages/mine/info/proxy/edit?checkOnly=1'
- })
+ if(this.user.status == '3')
+ uni.navigateTo({
+ url: '/pages/mine/info/proxy/edit'
+ })
+ else
+ uni.navigateTo({
+ url: '/pages/mine/info/proxy/edit?checkOnly=1'
+ })
}
},
getStatus(status) {