qinhouyu před 1 rokem
rodič
revize
085448d9c7
1 změnil soubory, kde provedl 3 přidání a 7 odebrání
  1. 3 7
      pages/me/myPayKnow/myPayKnow.vue

+ 3 - 7
pages/me/myPayKnow/myPayKnow.vue

@@ -62,11 +62,7 @@ export default {
 	 		this.getlist()
 	 	}
 	 },
-	 onPullDownRefresh() {
-	   this.query.pageNum = 1;
-	   this.wb = [];
-	   this.getlist()
-	 },
+
 	 // 下拉刷新
 	 onPullDownRefresh() {
 	 	setTimeout(() => {
@@ -75,8 +71,8 @@ export default {
 	 	},500)
 	 },
     onLoad(options) {
-		// this.query.createId = getApp().globalData.userId
-		this.query.createId = '1763382026214764546'
+		this.query.createId = getApp().globalData.userId
+		// this.query.createId = '1763382026214764546'
 		this.getlist()
     },
     methods: {