tangning 4 tháng trước cách đây
mục cha
commit
8e1fe779ac
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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()