添加篮球套餐功能
This commit is contained in:
@ -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'
|
||||
});
|
||||
},
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user