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 @@
-