瀏覽代碼

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
             }