From 032993ccc9005f4796aef183092cea27ef04114d Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Tue, 11 Jun 2024 17:09:45 +0800 Subject: [PATCH] add --- config/app.js | 6 +++--- pages.json | 2 +- pages/index/index.vue | 5 ++--- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/config/app.js b/config/app.js index 85facca..f34cd13 100644 --- a/config/app.js +++ b/config/app.js @@ -2,15 +2,15 @@ let BASE_URL import store from "@/store/user.js" // 环境 // let env = "dev" -let env = "prod" -// let env = "liu"; +// let env = "prod" +let env = "liu"; switch (env) { case 'dev': BASE_URL = 'https://test-multi-store.lihaink.cn'; break; case 'liu': - BASE_URL = 'http://192.168.1.201:8545'; + BASE_URL = 'http://192.168.1.22:8545'; break; default: BASE_URL = 'https://multi-store.lihaink.cn'; diff --git a/pages.json b/pages.json index ce933a0..cde40b2 100644 --- a/pages.json +++ b/pages.json @@ -123,7 +123,7 @@ "path": "order/order", "style": { "navigationBarTitleText": "我的订单", - "enablePullDownRefresh": false, + "enablePullDownRefresh": true, "navigationStyle": "custom" } }, diff --git a/pages/index/index.vue b/pages/index/index.vue index e01fea3..4a459a9 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -266,7 +266,7 @@ }).then(res => { getCartList(); }).catch(err => { - uni.$u.toast('添加失败') + uni.$u.toast(err.msg || '添加失败') }) } @@ -278,7 +278,6 @@ } const changeOrder = (order) => { - console.log('排序', order); where.value.order = order; getGoodList(); } @@ -461,7 +460,7 @@ userStore.setToken(''); userStore.setUserInfo({}); } - } + }, }); addCart(data.product_id, data.cart_num);