篮球扫码入场

This commit is contained in:
2023-09-05 09:40:28 +08:00
parent eeacf3ec10
commit 39776422e4
8 changed files with 1407 additions and 34 deletions

View File

@@ -5,7 +5,7 @@
<view class='cell' wx:for="{{list}}" wx:key="{{index}}">
<view class='left'>
<!-- <view class='title'>{{item.venueLesson.name}}</view> -->
<view class='title' wx:if="{{item.type == 1}}">{{item.venue.name}}进场</view>
<view class='title' wx:if="{{item.type == 1}}">{{item.venue.name}}扫码订单</view>
<view class='title' wx:if="{{item.type == 2}}">购买{{item.venue.name}}{{item.cardType}}</view>
<view class='title' wx:if="{{item.type == 3}}">预约{{item.venueLesson.name}}</view>
<view class='title' wx:if="{{item.type == 4}}">充值</view>