소스 검색

Merge branch 'master' into jenkins

lex 2 년 전
부모
커밋
34baeb9834
1개의 변경된 파일2개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 4
      src/student/music-group/pre-apply/order-detail.tsx

+ 2 - 4
src/student/music-group/pre-apply/order-detail.tsx

@@ -177,14 +177,12 @@ export default defineComponent({
           // console.log(data)
           if (data.status !== 'WAIT_PAY' && data.status !== 'PAYING') {
             // 默认关闭支付二维码弹窗
-            state.showQrcode = false
+            // state.showQrcode = false
             clearInterval(orderTimer)
+
             setTimeout(() => {
               checkOrderTypeJump()
             }, 100)
-            // window.location.replace(
-            //   window.location.origin + '/#/payment-result?orderNo=' + state.orderNo
-            // )
           }
         } catch {
           //