浏览代码

新生专享默认不选中

111
mo 4 年之前
父节点
当前提交
fd3b761e95
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/teamBuild/components/teamSoundMoney.vue

+ 2 - 1
src/views/teamBuild/components/teamSoundMoney.vue

@@ -1113,9 +1113,10 @@ export default {
             tempInfo[i].isStatus = false
           }
         }
+        // 默认选中新生专享
         for (let i in this.newStudentfor) {
           if (this.newStudentfor[i] && this.newStudentfor[i].isNew) {
-            this.newStudentfor[i].isStatus = true
+            this.newStudentfor[i].isStatus = false
           } else {
             this.newStudentfor[i].isStatus = false
           }