From 3220724fecf8c70fdbf3028df76507736e0fb48f Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Mon, 1 Apr 2024 16:57:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E5=8A=9F=E8=83=BD=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/applyparking/applyparking.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pages/applyparking/applyparking.vue b/pages/applyparking/applyparking.vue index 4b77e0f..e4bc37f 100644 --- a/pages/applyparking/applyparking.vue +++ b/pages/applyparking/applyparking.vue @@ -93,16 +93,12 @@ _this.ownerId = _owner.memberId; _this.userId = _owner.ownerId; _this.applyPersonName = _owner.ownerName; - _this.applyPersonLink = _owner.link; - _this.applyPersonId = _owner.ownerId; + _this.applyPersonLink = _owner.ownerTel; + _this.applyPersonId = _owner.memberId; _this.listParkingSpace(); }); - let param = { - "communityId":_this.communityId - } }, methods: { - listParkingSpace: function() { context.request({ url: constant.url.queryParkingSpaces,