浏览代码

修改逻辑

lex-xin 5 年之前
父节点
当前提交
e82d92c8d5

文件差异内容过多而无法显示
+ 0 - 0
dist/index.html


文件差异内容过多而无法显示
+ 0 - 0
dist/static/css/app.b3253537.css


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.1756b433.js


文件差异内容过多而无法显示
+ 0 - 0
dist/static/js/app.9b481043.js


+ 2 - 0
src/views/dashboard/index.vue

@@ -352,6 +352,8 @@ export default {
       }
       // 判断乐团是否已经开启缴费
       if (status == 2 || status == 3 || status == 4) {
+          this.paymentStatus = false
+      } else {
           this.paymentStatus = true
       }
       this.majorId = id;

部分文件因为文件数量过多而无法显示