Selaa lähdekoodia

Merge branch 'feature/v3.0' into develop

liyangbin 4 kuukautta sitten
vanhempi
commit
756746318c
2 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 1 1
      src/views/Product/Custom.vue
  2. 2 1
      src/views/Product/ID.vue

+ 1 - 1
src/views/Product/Custom.vue

@@ -233,7 +233,7 @@ const payMethod = ref('paypal')
 const countryCode = ref('US')
 const postCode = ref('')
 const paypalLoading = ref(true)
-const paddleShow = ref(true)
+const paddleShow = ref(false)
 
 // 查询支付状态
 const getState = (trade_no, payMethod) => {

+ 2 - 1
src/views/Product/ID.vue

@@ -49,7 +49,8 @@ const payMethod = ref('paypal')
 const countryCode = ref('US')
 const postCode = ref('')
 const paypalLoading = ref(true)
-const paddleShow = ref(true)
+// const paddleShow = ref(true)
+const paddleShow = ref(false)
 const paymentID = ref(null)
 
 // 回到上一级