소스 검색

Update index.tsx

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

+ 2 - 2
src/student/music-group/pre-apply/index.tsx

@@ -112,8 +112,8 @@ export default defineComponent({
             // 微信公众号支付
             //授权
             const code = getUrlCode()
-            if (!code || !state.code) {
-              goAuth(data.wxAppId)
+            if (!code) {
+              // goAuth(data.wxAppId)
             } else {
               state.code = code
             }