张文飞 преди 3 години
родител
ревизия
8939db5cc1
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  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
 						}