From 5f86c6425b5c25587d28b473e3e8f9604caeca49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=93=E5=B9=B3=E8=89=BA?= <52643018@qq.com> Date: Fri, 24 Sep 2021 12:04:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9=E6=8E=A5=E5=AE=8C=E6=88=90=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=AF=86=E7=A0=81=E6=8E=A5=E5=8F=A3=EF=BC=8C=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5=E5=AE=8C=E6=88=90=E6=90=9C=E7=B4=A2=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=EF=BC=8C=E5=AF=B9=E6=8E=A5=E5=85=B3=E4=BA=8E=E6=88=91=E4=BB=AC?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=EF=BC=8C=E5=AF=B9=E6=8E=A5=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E6=8E=A5=E5=8F=A3=EF=BC=8C=E5=AF=B9?= =?UTF-8?q?=E6=8E=A5=E4=BF=AE=E6=94=B9=E4=BC=9A=E5=91=98=E8=B5=84=E6=96=99?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3(=E8=8E=B7=E5=8F=96=E8=B5=84=E6=96=99?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E5=BE=85=E5=AF=B9=E6=8E=A5)=EF=BC=8C?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=AE=BE=E7=BD=AE=E6=96=B0=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E5=8F=B7=E9=A1=B5=E9=9D=A2=E5=B9=B6=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/js/config.js | 2 +- components/lf-payPassword/lf-payPassword.vue | 18 +- pages.json | 7 + pages/recharge/balance/balance.vue | 4 +- pages/shop/search.vue | 6 +- pages/shop/searchList.vue | 158 +++++++++++------ pages/user/agreement/agreement.vue | 7 +- pages/user/my/newPhone.vue | 168 +++++++++++++++++++ pages/user/my/setPassword.vue | 91 +++++++++- pages/user/my/verificationPhone.vue | 54 +++++- pages/user/my/vipinfo.vue | 48 +++++- 11 files changed, 475 insertions(+), 88 deletions(-) create mode 100644 pages/user/my/newPhone.vue diff --git a/common/js/config.js b/common/js/config.js index 8c40c53..4279dca 100644 --- a/common/js/config.js +++ b/common/js/config.js @@ -16,7 +16,7 @@ export default { //https://demo-guojiang-ec-api.guojiang.club/ baseUrl: process.env.NODE_ENV === 'development' ? - 'http://192.168.3.29/' : 'https://v3-ec-admin-dev.guojiang.club/', // 运行时自动替换变量 + 'http://192.168.3.81/' : 'https://v3-ec-admin-dev.guojiang.club/', // 运行时自动替换变量 }, PACKAGES: { activity: false, diff --git a/components/lf-payPassword/lf-payPassword.vue b/components/lf-payPassword/lf-payPassword.vue index 9f82399..22346d0 100644 --- a/components/lf-payPassword/lf-payPassword.vue +++ b/components/lf-payPassword/lf-payPassword.vue @@ -1,11 +1,11 @@