|
@@ -75,6 +75,9 @@ function getDetial() {
|
|
|
orderDetal.value = res
|
|
|
})
|
|
|
}
|
|
|
+function handlePay() {
|
|
|
+ window.open(qrCodeUrl.value)
|
|
|
+}
|
|
|
async function getCode() {
|
|
|
qrCodeUrl.value = ''
|
|
|
let paysidtype = {
|
|
@@ -181,7 +184,7 @@ async function getCode() {
|
|
|
}}
|
|
|
</p>
|
|
|
</div>
|
|
|
- <div class="payment" @click="window.open(qrCodeUrl.value)">{{ $t('payInfo.payOrder') }}</div>
|
|
|
+ <div v-else class="payment" @click="handlePay">{{ $t('payInfo.payOrder') }}</div>
|
|
|
<div v-show="!isEur" :class="`pay-scan-tip ${language === 'zh' ? '' : 'isEn'}`"></div>
|
|
|
</div>
|
|
|
</div>
|