|
@@ -210,8 +210,8 @@ async function handleOpenPay() {
|
|
|
</div>
|
|
|
<div class="cell" @click="handleType('5')" v-if="isEur">
|
|
|
<span>
|
|
|
- <img class="payTypeImg" src="@/assets/images/paypal.png" alt="" />
|
|
|
- {{$t('payInfo.paypal')}}
|
|
|
+ <img style="height:26px;width:100px" class="payTypeImg" src="@/assets/images/paypal.png" alt="" />
|
|
|
+ <!-- {{$t('payInfo.paypal')}} -->
|
|
|
</span>
|
|
|
<div class="select" :class="{ active: payType == '5' }"></div>
|
|
|
</div>
|
|
@@ -219,7 +219,7 @@ async function handleOpenPay() {
|
|
|
</div>
|
|
|
<div class="bottomInfo">
|
|
|
<div class="price">
|
|
|
- {{$t('payInfo.payPrice')}}<span style="margin-left:10px">{{$t('payInfo.priceUnit')}}{{ orderDetal?.orderMoney || 0.0 }}</span>
|
|
|
+ {{$t('payInfo.payPrice')}}<span style="margin-left:10px">{{isEur?'$':$t('payInfo.priceUnit')}}{{ orderDetal?.orderMoney || 0.0 }}</span>
|
|
|
</div>
|
|
|
<div class="payBut" @click="handelPay">{{$t('payInfo.payOrder')}}</div>
|
|
|
</div>
|