Browse Source

准备上线

1
mo 2 years ago
parent
commit
ddb358bb7c

+ 1 - 6
src/student/music-group/layout/login.tsx

@@ -41,12 +41,7 @@ export default defineComponent({
 
       // 是否开启微信登录(测试使用)默认为false
       testIsWeixin: false,
-      noPaymentList: [
-        '1656572729093021697',
-        '1656572205262200834',
-        '1656488025144713217',
-        '1650346631744233474'
-      ]
+      noPaymentList: ['1656572729093021697', '1656572205262200834', '1656488025144713217']
     }
   },
   computed: {

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

@@ -32,12 +32,7 @@ export default defineComponent({
       testIsWeixin: false
     })
     const showPopup = ref(false)
-    const noPaymentList = ref([
-      '1656572729093021697',
-      '1656572205262200834',
-      '1656488025144713217',
-      '1650346631744233474'
-    ])
+    const noPaymentList = ref(['1656572729093021697', '1656572205262200834', '1656488025144713217'])
     console.log(
       '提示乐团报名失败',
       route.query.id,