张文飞 %!s(int64=3) %!d(string=hai) anos
pai
achega
8939db5cc1
Modificáronse 2 ficheiros con 2 adicións e 0 borrados
  1. 1 0
      pages/homePage/homePage.vue
  2. 1 0
      pages/houseDetail/houseDetail.vue

+ 1 - 0
pages/homePage/homePage.vue

@@ -316,6 +316,7 @@
 				if(app.globalData.userId){
 					let res = await this.$myRequest({
 						url: "/task/registTask",
+						method:"GET",
 						data: {
 							"userId":app.globalData.userId,
 						}

+ 1 - 0
pages/houseDetail/houseDetail.vue

@@ -165,6 +165,7 @@
 				if(app.globalData.userId){
 					let res = await this.$myRequest({
 						url: "/task/registTask",
+						method:"GET",
 						data: {
 							userId:getApp().globalData.userId
 						}