Explorar el Código

Merge branch 'feature/v3.0' into develop

liyangbin hace 4 meses
padre
commit
756746318c
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  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)
 
 // 回到上一级