Fix:4982 【商城小程序】待使用订单详情页,没有显示体验券有效期数据

This commit is contained in:
LinCyJang
2026-03-23 21:51:49 +08:00
parent 4e46dccdb8
commit b13bd416bb
@@ -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>