|
@@ -80,9 +80,9 @@
|
|
|
<text class="title">详情</text>
|
|
|
</view>
|
|
|
<view class="details">
|
|
|
- <image v-if="courseNum == 0" class="detail_img" src="../static/topic/type1_detail.jpg" ></image>
|
|
|
- <image v-if="courseNum == 1" class="detail_img" src="../static/topic/type2_detail.jpg" ></image>
|
|
|
- <image v-if="courseNum == 2" class="detail_img" src="../static/topic/type3_detail.jpg" ></image>
|
|
|
+ <image v-if="courseNum == 0" class="detail_img" src="../static/topic/type1_detail.png" ></image>
|
|
|
+ <image v-if="courseNum == 1" class="detail_img" src="../static/topic/type2_detail.png" ></image>
|
|
|
+ <image v-if="courseNum == 2" class="detail_img" src="../static/topic/type3_detail.png" ></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
|