修改篮球订单展示title

This commit is contained in:
2024-01-08 20:35:21 +08:00
parent ff2b32cf68
commit 2378a99f57

View File

@@ -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>