202404-预订信息列表开门

This commit is contained in:
2024-05-27 17:42:29 +08:00
parent 298a18e933
commit d50e4a3ef2
4 changed files with 29 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<!--pages/myBookings/index.wxml-->
<header title="订场信息" isGoHome="{{isGoHome}}"></header>
<view class='container' wx:if="{{memberLessonTicket}}">
<view class='container' wx:if="{{memberLessonTicket.errCode == '0'}}">
<view class='cell-box'>
<view class='cell'>
<view class='title'>
@@ -52,3 +52,8 @@
</view>
</view>
</view>
<view class='newplot' wx:else>
<image src='../../images/noContent.png'></image>
<text>{{memberLessonTicket.msg}}</text>
</view>