添加篮球套餐功能

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'
});
},
}
};

View File

@ -50,10 +50,17 @@
</view>
</view>
</view> -->
<view style="margin: 0 auto 24rpx; display: flex; justify-content: center;" @click="jumpPage('/bundle/combo/combo-list')">
<view class="pr">
<image src="https://xh.stnav.com/uploads/sport/lqtc.png" style="width: 690rpx; height: 140rpx;"></image>
<view class="kt-btn">立即了解</view>
</view>
</view>
<!-- 我的场馆订单 -->
<view class="my-cg-order my-assets">
<view class="my-assets-all">
<view class="f30 fb">场馆订单</view>
<view class="f30 fb">我的场馆订单</view>
<view class="gray9 f26" @click="jumpPage('/pages/order/cg-my-order?dataType=all')">全部订单<text
class="icon iconfont icon-jiantou"></text></view>
</view>
@ -719,4 +726,19 @@
background: #E5E5E5;
margin-top: 32rpx;
}
.kt-btn {
position: absolute;
right: 32rpx;
bottom: 22rpx;
width: 148rpx;
height: 46rpx;
line-height: 46rpx;
background: linear-gradient( 0deg, #FCF5D8 0%, #FFFFFF 100%);
box-shadow: 0rpx 4rpx 8rpx 2rpx #DCB56D;
border-radius: 23rpx 23rpx 23rpx 23rpx;
font-size: 24rpx;
color: #402201;
text-align: center;
}
</style>