Explorar o código

新生专享默认不选中

111
mo %!s(int64=4) %!d(string=hai) anos
pai
achega
fd3b761e95
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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
           }