Merge branch 'ymf' of https://newgitea.sxczgkj.cn/czg_team/cashier_app into new_gyq
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user