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