This commit is contained in:
gyq
2025-11-20 11:00:05 +08:00
2 changed files with 5 additions and 2 deletions

View File

@@ -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) => {