From ae7660e239bd4c38b57ca2035f3e2b16b578f714 Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Thu, 11 Jul 2024 16:46:19 +0800 Subject: [PATCH] add --- config/app.js | 4 ++-- pageQuota/vipUser/index.vue | 8 ++++---- pages/index/index.vue | 2 +- pages/my/my.vue | 11 +++++------ pagesOrder/settle/settle.vue | 4 ++-- 5 files changed, 14 insertions(+), 15 deletions(-) diff --git a/config/app.js b/config/app.js index 0d6283a..f1f7802 100644 --- a/config/app.js +++ b/config/app.js @@ -2,8 +2,8 @@ let BASE_URL let WSS_URL import store from "@/store/user.js" // 环境 -let env = "dev" -// let env = "prod" +// let env = "dev" +let env = "prod" // let env = "release"; // let env = "local"; diff --git a/pageQuota/vipUser/index.vue b/pageQuota/vipUser/index.vue index fb69d07..d710b7e 100644 --- a/pageQuota/vipUser/index.vue +++ b/pageQuota/vipUser/index.vue @@ -8,7 +8,7 @@ - + @@ -382,7 +382,7 @@ name: '已开通列表' }, ]); - const vipList = reactive([1, 2, 3, 5, 6, 7, 8]) + const vipList = reactive([1, 2, 3, 4, 5, 6, 7, 8]) const tabsChange = (e) => { currentTab.value = e.index @@ -534,7 +534,7 @@ mobile: formData.mobile }) formData2.mobile = formData.mobile - if (data.user_ship == 4 || data.user_ship == 0) return; + if (data.user_ship == 0) return; if (Role.value == 1) { uni.$u.toast('该用户已是会员请使用追加经营资金进行收款') currentTab.value = 1 diff --git a/pages/index/index.vue b/pages/index/index.vue index 2bd11bc..c1d8a34 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -294,7 +294,7 @@ } from "@/api/multipleShop.js"; import useUserStore from "@/store/user"; - const vipList = reactive([1, 2, 3, 5, 6, 7, 8]) + const vipList = reactive([1, 2, 3, 4, 5, 6, 7, 8]) const userStore = useUserStore(); const STORE_INFO = reactive({ id: '', diff --git a/pages/my/my.vue b/pages/my/my.vue index 28b4bad..7024639 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -24,7 +24,7 @@