Browse Source

联系客服接口

master
chenkun 4 months ago
parent
commit
c1c238c0fa
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      components/config/customerServicePopup.vue

+ 2
- 1
components/config/customerServicePopup.vue View File

@ -65,7 +65,8 @@
},
methods: {
getCustomPhone(){
this.$api('customUser', {}, res => {
this.$api('getImagePhoneOther', {}, res => {
console.log(res)
this.phone = res.result.phone
})
},


Loading…
Cancel
Save