张文飞 3 năm trước cách đây
mục cha
commit
2427f48b47
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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;