谢杰标 преди 2 години
родител
ревизия
5e0ba75865
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      pages/course/index.vue

+ 2 - 2
pages/course/index.vue

@@ -164,11 +164,11 @@
 			<view class="flex-d" >
 				<view class="contentZ">
 					<view class="lzs" >
-						<view class="tylsz" v-for="(item, index) in eList" :key="index" @click="item.id === 0 ? activeAll(1) : active1(item)" :class="item.id === selObj.eId ? 'activeStys':''">{{ item.educationName }}</view>
+						<view class="tylsz" v-for="(item, index) in eList" :key="index" @click="active1(item)" :class="item.id === selObj.eId ? 'activeStys':''">{{ item.educationName }}</view>
 					</view>
 					<view class="rzs"  >
 						<!-- {{ item.projectName }}-{{ item.businessName }} -->
-						<view class="tylszB" v-for="(item, index) in bList" :key="index" @click="item.id === 0 ? activeAll(2) : active2(item)" 
+						<view class="tylszB" v-for="(item, index) in bList" :key="index" @click="active2(item)" 
 							:class="item.id === selObj.bId ? 'activeStys2':''">{{ item.aliasName }}</view>
 					</view>
 				</view>