瀏覽代碼

修复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
 	}
   },