From c1c238c0fa55d90b455e4b9344333e1b7fff8e88 Mon Sep 17 00:00:00 2001 From: chenkun <3289431190@qq.com> Date: Fri, 25 Oct 2024 23:50:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=81=94=E7=B3=BB=E5=AE=A2=E6=9C=8D=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/config/customerServicePopup.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/config/customerServicePopup.vue b/components/config/customerServicePopup.vue index ca1d0e5..ef1ef86 100644 --- a/components/config/customerServicePopup.vue +++ b/components/config/customerServicePopup.vue @@ -65,7 +65,8 @@ }, methods: { getCustomPhone(){ - this.$api('customUser', {}, res => { + this.$api('getImagePhoneOther', {}, res => { + console.log(res) this.phone = res.result.phone }) },