修改篮球订单展示title
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
</view>
|
||||
<view class='cell' wx:for="{{list}}" wx:key="{{index}}" bindtap='clickCell' data-id='{{item.id}}'>
|
||||
<view class='top'>
|
||||
<text>预约单号: {{item.orderSn}}</text>
|
||||
<text>篮球订单号: {{item.orderSn}}</text>
|
||||
<text class='isActive' wx:if="{{item.status == 0}}">进行中</text>
|
||||
<text wx:if="{{item.status == 1}}">已完成</text>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user