冲突解决,解决>符号显示问题

This commit is contained in:
YeMingfei666 2025-11-20 10:59:48 +08:00
parent b959758f79
commit 3f9f3ea25c
2 changed files with 5 additions and 2 deletions

View File

@ -137,7 +137,7 @@
}}</view> }}</view>
<view class="u-font-24 color-666 u-m-t-16"> <view class="u-font-24 color-666 u-m-t-16">
<text>运营余额</text> <text>运营余额</text>
<text class="color-main" @click="go.to('PAGES_PAY')">充值></text> <text class="color-main" @click="go.to('PAGES_PAY')">充值{{'>'}}</text>
</view> </view>
</view> </view>
</view> </view>
@ -387,7 +387,7 @@ const showShopSelActionSheet = ref(false);
function showShopSelActionSheetFun() { function showShopSelActionSheetFun() {
showShopSelActionSheet.value = true; showShopSelActionSheet.value = true;
} }
const active = ref(3); const active = ref(0);
watch( watch(
() => active.value, () => active.value,
(newval) => { (newval) => {

View File

@ -657,6 +657,9 @@
"path": "addCoupon/index", "path": "addCoupon/index",
"style": { "style": {
"navigationBarTitleText": "添加优惠券" "navigationBarTitleText": "添加优惠券"
}
},
{
"pageId": "PAGES_DISTRIBUTION_LEVEL_LIST", "pageId": "PAGES_DISTRIBUTION_LEVEL_LIST",
"path": "distribution/level-list", "path": "distribution/level-list",
"style": { "style": {