lex 2 anni fa
parent
commit
53e5c94c0c
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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
             }