Fix:5073 【商城小程序】已过期体验券订单详情页隐藏到期时间
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
<text class="label">订单状态:</text>
|
||||
<text class="value">核销完成</text>
|
||||
</view>
|
||||
<view class="info-row" v-if="isExpired">
|
||||
<view class="info-row" v-if="isExpired && orderInfo.endTime">
|
||||
<text class="label">到期时间:</text>
|
||||
<text class="value">{{ orderInfo.endTime || '-' }}</text>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user