|
@@ -35,7 +35,7 @@
|
|
<view class="jiyouBox" v-if="loading">
|
|
<view class="jiyouBox" v-if="loading">
|
|
<view class="title">前雨刷</view>
|
|
<view class="title">前雨刷</view>
|
|
<view class="jylineBox">
|
|
<view class="jylineBox">
|
|
- <view class="jyline" v-for="(item,index) in MaintainPartList" @click="godetail(item)">
|
|
|
|
|
|
+ <view class="jyline" v-for="(item,index) in MaintainPartList" ><!-- @click="godetail(item)" -->
|
|
<view class="jyimgBox">
|
|
<view class="jyimgBox">
|
|
<image v-if="item.imgs.split(',')[0]" :src="item.imgs.split(',')[0]" mode="aspectFit" class="jyimg"></image>
|
|
<image v-if="item.imgs.split(',')[0]" :src="item.imgs.split(',')[0]" mode="aspectFit" class="jyimg"></image>
|
|
<image v-else src="../../static/img/noimg.png" mode="aspectFit" class="jyimg"></image>
|
|
<image v-else src="../../static/img/noimg.png" mode="aspectFit" class="jyimg"></image>
|
|
@@ -57,7 +57,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="listBox" v-if="afterList.length!=0">
|
|
<view class="listBox" v-if="afterList.length!=0">
|
|
<view class="jiyouBox" v-if="loading">
|
|
<view class="jiyouBox" v-if="loading">
|
|
- <view class="title">前雨刷卡扣</view>
|
|
|
|
|
|
+ <view class="title">前雨刷安装视频</view>
|
|
<view class="jylineBox">
|
|
<view class="jylineBox">
|
|
<view class="jyline" v-for="(item,index) in afterList" @click="godetail(item)">
|
|
<view class="jyline" v-for="(item,index) in afterList" @click="godetail(item)">
|
|
<view class="jyimgBox">
|
|
<view class="jyimgBox">
|