|
@@ -192,6 +192,22 @@ async function handleOpenPay() {
|
|
|
<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 class="cell" v-else>
|
|
|
+ <span style="min-width:85px">{{ $t(`mall.${orderDetal.orderType == 'downOrder'?'downdesc':'goqy'}`) }}</span>
|
|
|
+ <span>
|
|
|
+ <span v-for="(item,index) in orderDetal.goodsInfo" :key="index" >
|
|
|
+ <span v-if="index != 0">、</span>
|
|
|
+ <span style="margin-right:5px" v-if="orderDetal.orderType != 'incrementOrder'">
|
|
|
+ {{ orderDetal.orderType == 'downOrder'?`${item.name} (${item.sceneNum})`:item.name }}
|
|
|
+ </span>
|
|
|
+ <span style="margin-right:5px" v-else>
|
|
|
+ {{ item.type==1?$t('payInfo.gjhy'):isEur?$t('payInfo.zyhys'):$t('payInfo.zyhy') }}
|
|
|
+ </span>
|
|
|
+ <span v-if="orderDetal.orderType != 'downOrder'">× {{item.count}}</span>
|
|
|
+
|
|
|
+ </span>
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="payType">
|
|
|
<div class="cell" @click="handleType('0')" v-if="!is_zfb && !isEur">
|