tangning 2 năm trước cách đây
mục cha
commit
174d3d7d9f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/mobile/index.vue

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

@@ -49,7 +49,7 @@ onMounted(() => {
 async function handelPay() {
   let apiData = {
     orderSn: orderSn.value,
-    payType: isEur ? '5' ? is_weixn.value ? '1' : payType.value,
+    payType: isEur ? '5' : is_weixn.value ? '1' : payType.value,
     openId:openId.value,
   }
   const res = await openPay(apiData)