tangning 4 months ago
parent
commit
8e1fe779ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/pc/index.vue

+ 1 - 1
src/views/pc/index.vue

@@ -73,7 +73,7 @@ async function handleQueryOrderStatus() {
 function getDetial() {
   getOrderInfo(orderSn.value).then((res) => {
     orderDetal.value = res
-    if (isEur.value) {
+    if (isEur) {
       selectedPayType.value = orderDetal.value.payType == 5 ? 'paypal' : 'stripe'
     }
     getCode()