添加篮球套餐功能

This commit is contained in:
wangxiaowei
2026-04-07 16:07:36 +08:00
parent bd461f3e18
commit 8854cdd32d
9 changed files with 1423 additions and 7 deletions

View File

@ -18,9 +18,17 @@
<view class="notice-txt">{{ setting.notice }}</view>
</view> -->
<view class="" style="display: flex; justify-content: center;" @click="toRecharge">
<view style="display: flex; justify-content: center; margin-bottom: 20rpx;" @click="toRecharge">
<image style="width: 690rpx;height: 140rpx;" src="https://xh.stnav.com/uploads/sport/recharge.png" mode=""></image>
</view>
</view>
<view style="display: flex; justify-content: center; margin-bottom: 26rpx;" @click="toCombo">
<image style="width: 690rpx;height: 200rpx;" src="https://xh.stnav.com/uploads/sport/to-combo2.png" mode=""></image>
</view>
<!-- <view style="display: flex; justify-content: center; margin-bottom: 40rpx;" @click="toCombo">
<image style="width: 690rpx;height: 230rpx;" src="https://xh.stnav.com/uploads/sport/to-combo1.png" mode=""></image>
</view> -->
<!-- 预约球馆 -->
<view class="info">
@ -698,6 +706,13 @@ export default {
uni.navigateTo({
url: '/bundle/recharge/recharge'
});
},
// 跳转到充值界面
toCombo() {
uni.navigateTo({
url: '/bundle/combo/combo-list'
});
},
}
};