소스 검색

修复bug

gcz 1 년 전
부모
커밋
0ebc6642db
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      pages/payLists/payLists.vue

+ 2 - 0
pages/payLists/payLists.vue

@@ -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
 	}
   },