新增查看入场订单信息入口

This commit is contained in:
2024-01-07 20:02:48 +08:00
parent ccd97a0446
commit c9d2e41b11
13 changed files with 629 additions and 7 deletions

View File

@@ -108,13 +108,19 @@ Page({
url: '/pages/myBookingsList/index',
})
},
// 跳转我的入场订单
pushMyEnter() {
wx.navigateTo({
url: '/pages/myEnterList/index',
})
},
// 跳转我的账单
pushMyBill() {
wx.navigateTo({
url: '/pages/myBills/index',
})
},
// 跳转我的账单
// 跳转我的报告
pushMyHealth() {
wx.navigateTo({
url: '/pages/healthDocs/index',

View File

@@ -32,18 +32,22 @@
<text>我的预约</text>
<image src='../../images/15@3x.png'></image>
</view>
<view class='cell' bindtap='pushMyEnter'>
<text>篮球订单</text>
<image src='../../images/15@3x.png'></image>
</view>
<view class='cell' bindtap='pushMyBill'>
<text>我的账单</text>
<text>消费账单</text>
<image src='../../images/15@3x.png'></image>
</view>
<view class='cell' bindtap='pushMyHealth'>
<text>我的报告</text>
<image src='../../images/15@3x.png'></image>
</view>
<view class='cell' bindtap='pushFacialCapturing'>
<text>人脸采集</text>
<image src='../../images/15@3x.png'></image>
</view>
<!-- <view class='cell' bindtap='pushFacialCapturing'>-->
<!-- <text>人脸采集</text>-->
<!-- <image src='../../images/15@3x.png'></image>-->
<!-- </view>-->
<view class='cell' bindtap='pushFAQ'>
<text>常见问题</text>
<image src='../../images/15@3x.png'></image>