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