张文飞 hace 3 años
padre
commit
2427f48b47
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pages/houseDetail/houseDetail.vue

+ 1 - 1
pages/houseDetail/houseDetail.vue

@@ -154,7 +154,7 @@
 				}
 				let res = await this.$myRequest({
 					url: '/share_token/generate',
-					data: parmas
+					data: params
 				});
 				if(res.data.success){
 					this.shareToken = res.data.single;