mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
提交
This commit is contained in:
@@ -592,8 +592,8 @@
|
||||
this.noPageList= true,//判断接口是否还有数据
|
||||
this.noDataList= true,//判断接口是否还有数据
|
||||
this.changeList();
|
||||
},
|
||||
changeConType(item) {
|
||||
},
|
||||
changeConType(item) {
|
||||
this.dataFilter.courseParams = {};
|
||||
this.conType = item.type;
|
||||
this.changeList();
|
||||
|
||||
@@ -116,8 +116,8 @@
|
||||
</view>
|
||||
<view>
|
||||
<text class="cinfo-tag1">{{convertTypeName(courseInfo.sysType1)}}</text>
|
||||
<text v-if="courseInfo.sysType2" class="cinfo-tag2">{{convertTypeName(courseInfo.sysType2)}}</text>
|
||||
<text v-if="courseInfo.sysType3" class="cinfo-tag2">{{convertTypeName(courseInfo.sysType3)}}</text>
|
||||
<text v-if="courseInfo.sysType2!= '' && courseInfo.sysType2!= '0'" class="cinfo-tag2">{{convertTypeName(courseInfo.sysType2)}}</text>
|
||||
<text v-if="courseInfo.sysType3!= '' && courseInfo.sysType3!= '0'" class="cinfo-tag2">{{convertTypeName(courseInfo.sysType3)}}</text>
|
||||
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user