fix:修复【c端】兑换有效期,应该展示后台给卡密商品单独设置的有效期时间
This commit is contained in:
parent
1b41899583
commit
f2da835f39
|
@ -27,7 +27,7 @@
|
|||
<img :src="cardData.show_url" alt="">
|
||||
<p class="product_name">{{cardData.product_name}}</p>
|
||||
<p class="end_time">
|
||||
卡密有效期:{{cardData.keyBatch.end_time}}
|
||||
卡密有效期:{{cardData.goods.end_time}}
|
||||
</p>
|
||||
</div>
|
||||
<div class="bottomBox">
|
||||
|
|
Loading…
Reference in New Issue