刘翔宇-旅管家 4 years ago
parent efd0c3fc05
commit 899876963e

@ -18,8 +18,7 @@
<view class="orderBoxInfoRow flex-row" style="margin-bottom: 20rpx;"> <view class="orderBoxInfoRow flex-row" style="margin-bottom: 20rpx;">
<text class="iconfont icon-youkexuzhi"></text> <text class="iconfont icon-youkexuzhi"></text>
<text class="orderBoxInfoRowTxt"> <text class="orderBoxInfoRowTxt">
订单信息{{$u.timeFormat(new Date(item.date), 'mm月dd日')}} 订单信息{{$u.timeFormat(new Date(item.date), 'mm月dd日')}}{{item.time}}{{item.details_count}} 位观众</text>
{{item.time}}{{item.details_count}} 位观众</text>
</view> </view>
<view class="orderBoxInfoRow flex-row"> <view class="orderBoxInfoRow flex-row">

@ -26,7 +26,7 @@
</view> </view>
</view> </view>
</view> </view>
<view class="orderBoxList p0"> <view class="orderBoxList p0" v-if="false">
<view class="orderBox"> <view class="orderBox">
<view class="orderBoxTitle flex-row"> <view class="orderBoxTitle flex-row">
<text class="orderBoxTitleTxt">二维码</text> <text class="orderBoxTitleTxt">二维码</text>

Loading…
Cancel
Save