|
@@ -39,8 +39,8 @@
|
|
|
<view class="course_list">
|
|
|
<view class="clist_item">
|
|
|
<image v-if="courseNum == 0" class="type_img" src="../static/topic/type1_one.jpg" ></image>
|
|
|
- <image v-if="courseNum == 1" class="type_img" src="../static/topic/type2_one.jpg" ></image>
|
|
|
- <image v-if="courseNum == 2" class="type_img" src="../static/topic/type3_one.jpg" ></image>
|
|
|
+ <image v-if="courseNum == 1" class="type_img" src="../static/topic/type2_one.png" ></image>
|
|
|
+ <image v-if="courseNum == 2" class="type_img" src="../static/topic/type3_one.png" ></image>
|
|
|
<view class="type_right">
|
|
|
<view class="type_title">全科</view>
|
|
|
<view class="type_down">
|
|
@@ -51,8 +51,8 @@
|
|
|
</view>
|
|
|
<view class="clist_item">
|
|
|
<image v-if="courseNum == 0" class="type_img" src="../static/topic/type1_two.jpg" ></image>
|
|
|
- <image v-if="courseNum == 1" class="type_img" src="../static/topic/type2_two.jpg" ></image>
|
|
|
- <image v-if="courseNum == 2" class="type_img" src="../static/topic/type3_two.jpg" ></image>
|
|
|
+ <image v-if="courseNum == 1" class="type_img" src="../static/topic/type2_two.png" ></image>
|
|
|
+ <image v-if="courseNum == 2" class="type_img" src="../static/topic/type3_two.png" ></image>
|
|
|
<view class="type_right">
|
|
|
<view class="type_title">公共单科</view>
|
|
|
<view class="type_down">
|
|
@@ -63,8 +63,8 @@
|
|
|
</view>
|
|
|
<view class="clist_item">
|
|
|
<image v-if="courseNum == 0" class="type_img" src="../static/topic/type1_three.jpg" ></image>
|
|
|
- <image v-if="courseNum == 1" class="type_img" src="../static/topic/type2_three.jpg" ></image>
|
|
|
- <image v-if="courseNum == 2" class="type_img" src="../static/topic/type3_three.jpg" ></image>
|
|
|
+ <image v-if="courseNum == 1" class="type_img" src="../static/topic/type2_three.png" ></image>
|
|
|
+ <image v-if="courseNum == 2" class="type_img" src="../static/topic/type3_three.png" ></image>
|
|
|
<view class="type_right">
|
|
|
<view class="type_title">实务单科</view>
|
|
|
<view class="type_down">
|