|
@@ -196,7 +196,7 @@
|
|
|
</div>
|
|
|
<img class="childrenImg" @click="seeBigImg(image_info[imgIndex].pic_url)"
|
|
|
:src="image_info[imgIndex].pic_url" alt="" v-if="image_info.length>0&&image_info[imgIndex].pic_url">
|
|
|
-
|
|
|
+
|
|
|
|
|
|
<img src="../assets/noImg.png" alt="" v-else class="childrenImg">
|
|
|
</div>
|
|
@@ -778,6 +778,7 @@ export default {
|
|
|
this.param=item.param;
|
|
|
this.token=item.token;
|
|
|
this.ckIndex1=index;
|
|
|
+ this.ckIndex2=-1
|
|
|
this.navchildrenName=item.caption
|
|
|
if(item.next_restrain==1){
|
|
|
this.getYsone()
|
|
@@ -795,11 +796,12 @@ export default {
|
|
|
this.getYsDlist()
|
|
|
}else{
|
|
|
this.getPartsPc();
|
|
|
- this.groupShow=false;
|
|
|
+ this.firstShow=false;
|
|
|
+ /* this.groupShow=false; */
|
|
|
this.carConfig=false;
|
|
|
- this.restrainShow3=false;
|
|
|
+ /* this.restrainShow3=false;
|
|
|
this.restrainShow2=false;
|
|
|
- this.restrainShow1=false;
|
|
|
+ this.restrainShow1=false; */
|
|
|
this.childrenShow=true;
|
|
|
setTimeout(() => {
|
|
|
this.childrenHeight = this.$refs.childrenMainLeft.offsetHeight // 高
|