预定课程新增审核功能
This commit is contained in:
@@ -14,10 +14,11 @@
|
||||
<view class='cell' wx:for="{{list}}" wx:key="{{index}}" bindtap='clickCell' data-ordersn='{{item.orderSn}}'>
|
||||
<view class='top'>
|
||||
<text>预约单号: {{item.orderSn}}</text>
|
||||
<text class='isActive' wx:if="{{item.status == 0}}">已预约</text>
|
||||
<text class='isActive' wx:if="{{item.status == 0}}">预约成功</text>
|
||||
<text wx:if="{{item.status == 3}}">未签到</text>
|
||||
<text wx:if="{{item.status == 1}}">已完成</text>
|
||||
<text wx:if="{{item.status == 2}}">已取消</text>
|
||||
<text wx:if="{{item.status == 4}}">待审核</text>
|
||||
</view>
|
||||
<view class='bottom'>
|
||||
<image src='{{item.lessonImage}}' mode='aspectFill'></image>
|
||||
|
||||
Reference in New Issue
Block a user