From 7429e30ba62c24e9444f69922170778a601aaa51 Mon Sep 17 00:00:00 2001 From: donqi Date: Sat, 18 Mar 2023 23:59:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8F=8A=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/vertify/vertify-business-certify.vue | 2 +- pages/area-proxy/modal/set-take-rate.vue | 4 ++-- pages/area-proxy/my-team.vue | 7 +++---- pages/my/b-account-bind.vue | 7 ++++++- pages/my/new-serv.vue | 10 +++++----- 5 files changed, 17 insertions(+), 13 deletions(-) diff --git a/components/vertify/vertify-business-certify.vue b/components/vertify/vertify-business-certify.vue index b55bb9d..7c079d5 100644 --- a/components/vertify/vertify-business-certify.vue +++ b/components/vertify/vertify-business-certify.vue @@ -5,7 +5,7 @@ - 区域团队邀约需先完成营业执照认证 + 营业执照认证审核通过后才具备组建公司团队资质 设置区域代理扣点可按百分比扣取或金额扣取的方式(建议二选一进行申请) 扣点: - + % 金额: - + diff --git a/pages/area-proxy/my-team.vue b/pages/area-proxy/my-team.vue index 0e081e2..23c5958 100644 --- a/pages/area-proxy/my-team.vue +++ b/pages/area-proxy/my-team.vue @@ -132,15 +132,14 @@ this.certified = false; } else if (this.certifyInfo.status != 1) { this.certified = false; - this.certifyCheckedMsg = '实名认证审核通过后才可进行操作'; + this.certifyCheckedMsg = '营业执照认证审核通过后才具备组建公司团队资质'; } else if (!this.certifyInfo.businessLicenseNum || !this.certifyInfo.businessLicenseUrl) { this.certified = false; } }, noticeCertifyCheckedRes() { - if (!this.certifyInfo || !this.certifyInfo.workerCertificationId) { - this.$refs.vertifyCertify.showModal(); - } else if (this.certifyInfo.status === 1 && (!this.certifyInfo.businessLicenseNum || !this.certifyInfo.businessLicenseUrl)) { + if (!this.certifyInfo || !this.certifyInfo.workerCertificationId + || !this.certifyInfo.businessLicenseNum || !this.certifyInfo.businessLicenseUrl) { this.$refs.vertifyBusinessCertify.showModal(); } else { uni.showToast({ diff --git a/pages/my/b-account-bind.vue b/pages/my/b-account-bind.vue index a886804..53c57a9 100644 --- a/pages/my/b-account-bind.vue +++ b/pages/my/b-account-bind.vue @@ -20,7 +20,7 @@ 身份证号码* - + @@ -118,6 +118,11 @@ icon: 'none', title: res.msg }) + } else { + uni.showToast({ + title: '绑定失败', + icon: 'error' + }) } } }, diff --git a/pages/my/new-serv.vue b/pages/my/new-serv.vue index 842fb44..1a6e339 100644 --- a/pages/my/new-serv.vue +++ b/pages/my/new-serv.vue @@ -50,17 +50,17 @@ - - - @@ -69,7 +69,7 @@ * - @@ -228,7 +228,7 @@ -