@@ -214,7 +214,9 @@ export default {
this.parkType = page.parkType;
if(this.parkType==1){
this.current = 0
+ this.swiperCurrent = 0
}else if(this.parkType==2){
+ this.swiperCurrent = 1
this.current = 1
}
},