From 6355534a15fe7303317da880cfe514dc1151834e Mon Sep 17 00:00:00 2001 From: gyq <875626088@qq.com> Date: Fri, 5 Dec 2025 16:00:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E8=90=A5=E9=94=80=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E9=9C=B8=E7=8E=8B=E9=A4=90/=E8=B6=85=E7=BA=A7?= =?UTF-8?q?=E4=BC=9A=E5=91=98=E5=88=86=E5=BA=97=E9=99=90=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageBwc/index/index.vue | 6 +- pageMarket/couponExchangeCode/index.vue | 2 +- pageMarket/limitDiscount/index.vue | 6 +- pageMarket/superVip/components/config.vue | 551 ++++++++++---------- pageMarket/superVip/index.vue | 599 ++++++++++------------ store/account.js | 36 +- 6 files changed, 566 insertions(+), 634 deletions(-) diff --git a/pageBwc/index/index.vue b/pageBwc/index/index.vue index a039d37..cb819e1 100644 --- a/pageBwc/index/index.vue +++ b/pageBwc/index/index.vue @@ -65,7 +65,7 @@ - + @@ -74,6 +74,9 @@ import { onShow, onLoad } from '@dcloudio/uni-app'; import { reactive, ref, watch } from 'vue'; import { isMainShop, isMarketShow } from '@/store/account'; import { getFreeDing, updateFreeDing } from '@/http/api/freeDing.js'; + +const configInfo = ref({}); + const form = reactive({ rechargeTimes: 2, rechargeThreshold: '', @@ -96,6 +99,7 @@ onShow(() => { */ const getlist = async () => { let res = await getFreeDing(); + configInfo.value = res; res.shopIdList = res.shopIdList || []; Object.assign(form, res); }; diff --git a/pageMarket/couponExchangeCode/index.vue b/pageMarket/couponExchangeCode/index.vue index b769bcf..aff49b7 100644 --- a/pageMarket/couponExchangeCode/index.vue +++ b/pageMarket/couponExchangeCode/index.vue @@ -78,7 +78,7 @@ @select="selectStatus" :show="showAction" > - + diff --git a/pageMarket/limitDiscount/index.vue b/pageMarket/limitDiscount/index.vue index 7c1e98f..91f98d3 100644 --- a/pageMarket/limitDiscount/index.vue +++ b/pageMarket/limitDiscount/index.vue @@ -1,6 +1,8 @@