From f5d275a709d3a27a58821f213b68da0062c76de1 Mon Sep 17 00:00:00 2001 From: liaoxinyu Date: Wed, 29 Nov 2023 13:41:34 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/service/service.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/service/service.vue b/pages/service/service.vue index 42f819d..eb7a077 100644 --- a/pages/service/service.vue +++ b/pages/service/service.vue @@ -61,12 +61,12 @@ export default { }, methods: { serviceDetail() { - Member.serviceDetail({ - id: this.query.id, - }).then((res) => { - console.log(res,1111) - this.detail = res.data; - }); + // Member.serviceDetail({ + // id: this.query.id, + // }).then((res) => { + // console.log(res,1111) + // this.detail = res.data; + // }); Member.contact({}).then((res)=>{ console.log(res); this.contacts = res.data;