冲突解决,解决>符号显示问题
This commit is contained in:
parent
b959758f79
commit
3f9f3ea25c
|
|
@ -137,7 +137,7 @@
|
|||
}}</view>
|
||||
<view class="u-font-24 color-666 u-m-t-16">
|
||||
<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>
|
||||
|
|
@ -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) => {
|
||||
|
|
|
|||
|
|
@ -657,6 +657,9 @@
|
|||
"path": "addCoupon/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "添加优惠券"
|
||||
}
|
||||
},
|
||||
{
|
||||
"pageId": "PAGES_DISTRIBUTION_LEVEL_LIST",
|
||||
"path": "distribution/level-list",
|
||||
"style": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue