Commit a997f463 by zqm

MM - 活动和观影之外的订单详情时间显示问题

parent 71875e6f
Showing with 4 additions and 4 deletions
...@@ -66,7 +66,7 @@ ...@@ -66,7 +66,7 @@
</view> </view>
<view class="info-content-item row"> <view class="info-content-item row">
<text class="info-content-item-label"></text> <text class="info-content-item-label"></text>
<text class="info-content-item-describe">{{orderInfo.expireTime}}</text> <text class="info-content-item-describe">{{orderInfo.businessTime}}</text>
</view> </view>
<view class="info-content-item row"> <view class="info-content-item row">
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
<view class="info-code col con-c align-c"> <view class="info-code col con-c align-c">
<text>{{orderInfo.commodity.length}}件商品可用</text> <text>{{orderInfo.commodity.length}}件商品可用</text>
<button bindtap="onFastScan" class="row con-c align-c">一键扫码</button> <button bindtap="onFastScan" class="row con-c align-c">一键扫码</button>
<!-- <text>{{orderInfo.expireTime}}</text> --> <text>{{orderInfo.expireTime}}</text>
</view> </view>
</block> </block>
</block> </block>
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
</view> </view>
<view class="info-content-item row"> <view class="info-content-item row">
<text class="info-content-item-label"></text> <text class="info-content-item-label"></text>
<text class="info-content-item-describe">{{orderInfo.expireTime}}</text> <text class="info-content-item-describe">{{orderInfo.businessTime}}</text>
</view> </view>
<view class="info-content-item row"> <view class="info-content-item row">
<text class="info-content-item-label">订单信息</text> <text class="info-content-item-label">订单信息</text>
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
<text wx:if="{{orderInfo.commodityType === 4}}">{{'1件商品可用'}}</text> <text wx:if="{{orderInfo.commodityType === 4}}">{{'1件商品可用'}}</text>
<text wx:if="{{orderInfo.commodityType === 3}}">{{orderInfo.commodity.length}}张门票可用</text> <text wx:if="{{orderInfo.commodityType === 3}}">{{orderInfo.commodity.length}}张门票可用</text>
<button bindtap="onFastScan" class="row con-c align-c">一键扫码</button> <button bindtap="onFastScan" class="row con-c align-c">一键扫码</button>
<!-- <text>{{orderInfo.expireTime}}</text> --> <text>{{orderInfo.expireTime}}</text>
</view> </view>
</block> </block>
</block> </block>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment