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 }) },