Browse Source

新生专享默认不选中

111
mo 4 năm trước cách đây
mục cha
commit
fd3b761e95
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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
           }