diff --git a/pageMarket/distribution/index.vue b/pageMarket/distribution/index.vue index cf04dac..d674c54 100644 --- a/pageMarket/distribution/index.vue +++ b/pageMarket/distribution/index.vue @@ -137,7 +137,7 @@ }} 运营余额(元) - 充值> + 充值{{'>'}} @@ -387,7 +387,7 @@ const showShopSelActionSheet = ref(false); function showShopSelActionSheetFun() { showShopSelActionSheet.value = true; } -const active = ref(3); +const active = ref(0); watch( () => active.value, (newval) => { diff --git a/pages.json b/pages.json index 27ec6c6..c49bf2c 100644 --- a/pages.json +++ b/pages.json @@ -657,6 +657,9 @@ "path": "addCoupon/index", "style": { "navigationBarTitleText": "添加优惠券" + } + }, + { "pageId": "PAGES_DISTRIBUTION_LEVEL_LIST", "path": "distribution/level-list", "style": {