Ver código fonte

Update index.tsx

lex 2 anos atrás
pai
commit
53e5c94c0c
1 arquivos alterados com 2 adições e 2 exclusões
  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
             }