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 @@