冲突解决,解决>符号显示问题
This commit is contained in:
parent
b959758f79
commit
3f9f3ea25c
|
|
@ -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) => {
|
||||||
|
|
|
||||||
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue