新增查看入场订单信息入口
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user