Browse Source

Update order-detail.tsx

lex 2 years ago
parent
commit
bb9145b227
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/student/music-group/pre-apply/order-detail.tsx

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

@@ -154,7 +154,7 @@ export default defineComponent({
                 console.log(baseState.user)
                 state.qrCodeUrl =
                   window.location.origin +
-                  '/#/payCenter?pay_channel=' +
+                  '/orchestra-student/#/payCenter?pay_channel=' +
                   val.pay_channel +
                   '&wxAppId=' +
                   config.wxAppId +