From fc17e83c7bae5fb040e45007618f981cc8c7ba93 Mon Sep 17 00:00:00 2001 From: donqi Date: Sun, 12 Mar 2023 17:07:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A4=E8=AF=81=E6=9C=AA=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E6=8F=90=E4=BA=A4=E8=AE=A2=E5=8D=95=E5=AE=8C?= =?UTF-8?q?=E5=8D=95=EF=BC=88=E7=8E=B0=E5=9C=A8=E6=8F=90=E4=BA=A4=E8=AE=A4?= =?UTF-8?q?=E8=AF=81=E5=8D=B3=E5=8F=AF=E6=8F=90=E4=BA=A4=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E4=BA=86=EF=BC=8C=E7=BB=91=E9=93=B6=E8=A1=8C=E5=8D=A1=E5=BF=85?= =?UTF-8?q?=E9=A1=BB=E8=A6=81=E8=AE=A4=E8=AF=81=E6=89=8D=E8=83=BD=E7=BB=91?= =?UTF-8?q?=EF=BC=8C=E8=80=8C=E4=B8=94=E7=BB=91=E9=93=B6=E8=A1=8C=E5=8D=A1?= =?UTF-8?q?=E9=9C=80=E8=83=BD=E5=8F=A6=E7=BB=91=EF=BC=8C=E8=B5=84=E6=96=99?= =?UTF-8?q?=E9=9C=80=E5=8A=A0=E4=B8=8A=E7=BB=91=E6=94=AF=E4=BB=98=E5=AE=9D?= =?UTF-8?q?=E5=A7=93=E5=90=8D=E5=8F=B7=E7=A0=81=EF=BC=89=EF=BC=88=E6=8B=89?= =?UTF-8?q?=E5=B8=88=E5=82=85=E5=9B=A2=E9=98=9F=E7=9A=84=E5=BF=85=E9=A1=BB?= =?UTF-8?q?=E6=98=AF=E8=AE=A4=E8=AF=81=E9=87=8C=E8=90=A5=E4=B8=9A=E6=89=A7?= =?UTF-8?q?=E7=85=A7=E6=9C=89=E4=B8=8A=E4=BC=A0=E5=B9=B6=E5=B7=B2=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E3=80=90=E6=B3=A8=EF=BC=9A=E8=90=A5=E4=B8=9A=E6=89=A7?= =?UTF-8?q?=E7=85=A7=E5=92=8C=E5=85=AC=E8=B4=A6=E7=AD=89=E5=85=AC=E5=8F=B8?= =?UTF-8?q?=E8=B5=84=E6=96=99=E6=98=AF=E9=80=89=E5=A1=AB=EF=BC=8C=E5=9B=A0?= =?UTF-8?q?=E4=B8=BA=E6=98=AF=E5=AD=90=E5=B8=88=E5=82=85=E7=9A=84=EF=BC=8C?= =?UTF-8?q?=E6=B2=A1=E4=B8=8A=E8=90=A5=E4=B8=9A=E6=89=A7=E7=85=A7=EF=BC=8C?= =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E4=B9=9F=E4=BC=9A=E5=AE=A1=E6=A0=B8=E9=80=9A?= =?UTF-8?q?=E8=BF=87=E7=9A=84=E3=80=91=EF=BC=8C=E5=90=A6=E5=88=99=E9=82=80?= =?UTF-8?q?=E7=BA=A6=E6=98=AF=E5=BC=B9=E6=A1=86=E6=8F=90=E7=A4=BA=EF=BC=9A?= =?UTF-8?q?=E5=8C=BA=E5=9F=9F=E5=9B=A2=E9=98=9F=E9=82=80=E7=BA=A6=E9=9C=80?= =?UTF-8?q?=E5=85=88=E5=AE=8C=E6=88=90=E8=90=A5=E4=B8=9A=E6=89=A7=E7=85=A7?= =?UTF-8?q?=E8=AE=A4=E8=AF=81=20=20=20=20=E5=8E=BB=E8=AE=A4=E8=AF=81?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/request.js | 4 +- .../vertify/vertify-business-certify.vue | 47 +++++++++++++++++ main.js | 2 + pages/area-proxy/my-team.vue | 50 +++++++++++++++++-- pages/my/b-account-bind.vue | 22 ++++++++ pages/order-manage/order-manage.vue | 9 +++- 6 files changed, 127 insertions(+), 7 deletions(-) create mode 100644 components/vertify/vertify-business-certify.vue diff --git a/common/js/request.js b/common/js/request.js index 82c20d6..0c881bf 100644 --- a/common/js/request.js +++ b/common/js/request.js @@ -13,9 +13,9 @@ export default { }) let userInfo = _this.getCurUserInfo(); // request 触发前拼接 url - // args.url = 'https://www.opsoul.com:8881' + args.url; + args.url = 'https://www.opsoul.com:8881' + args.url; // args.url = 'http://127.0.0.1:80' + args.url; - args.url = 'http://192.168.2.43:80' + args.url; + // args.url = 'http://192.168.2.43:80' + args.url; if (!args.data) { args.data = {} diff --git a/components/vertify/vertify-business-certify.vue b/components/vertify/vertify-business-certify.vue new file mode 100644 index 0000000..b55bb9d --- /dev/null +++ b/components/vertify/vertify-business-certify.vue @@ -0,0 +1,47 @@ + + + + + diff --git a/main.js b/main.js index 44b9868..4780da3 100644 --- a/main.js +++ b/main.js @@ -14,6 +14,7 @@ import globalData from './common/js/globalData.js'; import vertifyLogin from '@/components/vertify/vertify-login.vue'; import vertifyPhone from '@/components/vertify/vertify-phone.vue'; import vertifyCertify from '@/components/vertify/vertify-certify.vue'; +import vertifyBusinessCertify from '@/components/vertify/vertify-business-certify.vue'; import vertifyWorkerType from '@/components/vertify/vertify-worker-type.vue'; import vertifyBankBind from '@/components/vertify/vertify-bank-bind.vue'; @@ -24,6 +25,7 @@ Vue.component('vertify-phone', vertifyPhone); Vue.component('vertify-certify', vertifyCertify); Vue.component('vertify-worker-type', vertifyWorkerType); Vue.component('vertify-bank-bind', vertifyBankBind); +Vue.component('vertify-business-certify', vertifyBusinessCertify); const data = type => { //模拟异步请求数据 diff --git a/pages/area-proxy/my-team.vue b/pages/area-proxy/my-team.vue index 0c60325..0e081e2 100644 --- a/pages/area-proxy/my-team.vue +++ b/pages/area-proxy/my-team.vue @@ -53,8 +53,14 @@ (扣点:{{Number(curUserInfo.leaderTeamRate)*100}}%) - - + + + + +