Fix:4982 【商城小程序】待使用订单详情页,没有显示体验券有效期数据
This commit is contained in:
@@ -29,8 +29,8 @@
|
|||||||
<text class="value">{{ orderInfo.verifyCode || '-' }}</text>
|
<text class="value">{{ orderInfo.verifyCode || '-' }}</text>
|
||||||
<image :src="webUrl + '/orderIcon/copy.png'" class="copy-icon" @click="copyVerifyCode" v-if="orderInfo.verifyCode" />
|
<image :src="webUrl + '/orderIcon/copy.png'" class="copy-icon" @click="copyVerifyCode" v-if="orderInfo.verifyCode" />
|
||||||
</view>
|
</view>
|
||||||
<view v-if="orderInfo.startTime && orderInfo.endTime" class="valid-time">
|
<view v-if="formattedBusinessTime" class="valid-time">
|
||||||
有效期至{{ orderInfo.startTime }}至{{ orderInfo.endTime }}
|
有效期至 {{ formattedBusinessTime }}
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user