|
@@ -187,7 +187,7 @@ async function handleOpenPay() {
|
|
|
{{ orderDetal.goodsInfo[0].type==1?$t('payInfo.gjhy'):isEur?$t('payInfo.zyhys'):$t('payInfo.zyhy') }}
|
|
|
<span>× {{orderDetal.goodsInfo[0].count}}</span>
|
|
|
<!-- <span v-else>1</span> -->
|
|
|
- <span v-if="orderDetal.orderType == 'incrementOrder'">,{{ orderDetal.goodsInfo[0].type==1?$t(`payInfo.expirationmon`,{num:1}):$t(`payInfo.expiration`,{num:1}) }}</span>
|
|
|
+ <span v-if="orderDetal.orderType == 'incrementOrder'">,{{ orderDetal.goodsInfo[0].type==1?$t(`payInfo.expirationmon`,{num:orderDetal.goodsInfo[0].monthQy || 1}):$t(`payInfo.expiration`,{num:1}) }}</span>
|
|
|
</span>
|
|
|
</div>
|
|
|
</div>
|