Browse Source

Merge branch 'master' into jenkins

lex 2 years ago
parent
commit
34baeb9834
1 changed files with 2 additions and 4 deletions
  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 {
           //