张文飞 3 anos atrás
pai
commit
555924d8e5
2 arquivos alterados com 1 adições e 1 exclusões
  1. 0 1
      App.vue
  2. 1 0
      pages/homePage/homePage.vue

+ 0 - 1
App.vue

@@ -11,7 +11,6 @@
 				window.location.href = url;
 			}
 			this.globalData.BASE_URL = config.BASE_URL;
-			this.globalData.env = env;
 		},
 		onShow: function() {
 			let shareToken  = this.getQueryString('shareToken');

+ 1 - 0
pages/homePage/homePage.vue

@@ -318,6 +318,7 @@
 						"pageNo": this.pageNo,
 						"pageSize": this.pageSize,
 						"taskCategoryId": this.type,
+						"userId":this.userInfo.userId,
 					}
 				})
 				if (ret.data.success) {