From 9f48cc71102f5ef29a179082b6aa9475df03a2b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Fri, 2 Jul 2021 15:26:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E9=94=80=E8=AE=A4=E8=AF=81=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=20=E9=93=B6=E8=A1=8C=E5=BC=80=E6=88=B7=E8=A1=8C=20?= =?UTF-8?q?=E9=93=B6=E8=A1=8C=E5=BC=80=E6=88=B7=E5=90=8D=20=E9=93=B6?= =?UTF-8?q?=E8=A1=8C=E8=B4=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/api.js | 8 +-- pages/mine/distribution/auth.vue | 76 +++++++++++++++++---- pages/order/afterSales/afterSalesDetail.vue | 75 ++------------------ pages/tabbar/user/utils/tool.vue | 7 +- utils/Foundation.js | 67 +++++++++++++++++- 5 files changed, 142 insertions(+), 91 deletions(-) diff --git a/config/api.js b/config/api.js index eed88ad..3206bbb 100644 --- a/config/api.js +++ b/config/api.js @@ -4,10 +4,10 @@ */ // 开发环境 const dev = { - common: "https://common-api.pickmall.cn", - buyer: "https://buyer-api.pickmall.cn", - // common: "http://192.168.0.109:8890", - // buyer: "http://192.168.0.109:8888", + // common: "https://common-api.pickmall.cn", + // buyer: "https://buyer-api.pickmall.cn", + common: "http://192.168.0.109:8890", + buyer: "http://192.168.0.109:8888", }; // 生产环境 const prod = { diff --git a/pages/mine/distribution/auth.vue b/pages/mine/distribution/auth.vue index 4c5a5e1..4c70762 100644 --- a/pages/mine/distribution/auth.vue +++ b/pages/mine/distribution/auth.vue @@ -8,10 +8,16 @@ - + + + + + + + + + + - 提交 + 提交 @@ -35,12 +41,16 @@