2 커밋 d6620f869f ... 756746318c

작성자 SHA1 메시지 날짜
  liyangbin 756746318c Merge branch 'feature/v3.0' into develop 4 달 전
  liyangbin 3420fb045b fix:隐藏paddle支付 4 달 전
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  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)
 
 // 回到上一级