Commit e57e1028 authored by leiqingsong's avatar leiqingsong

Merge branch 'dev_xll' into 'master'

专属客服加userId

See merge request !31
parents b1e5ecef a947e5d0
...@@ -42,7 +42,10 @@ export default { ...@@ -42,7 +42,10 @@ export default {
this.$router.push({ name: urlName }); this.$router.push({ name: urlName });
}, },
getCustomerData() { getCustomerData() {
getCustomer().then(res => { let params = {
userId:this.$userId
}
getCustomer(params).then(res => {
if (res.code === 0) { if (res.code === 0) {
this.imageUrl = process.env.VUE_APP_BASE_URL + res.data; this.imageUrl = process.env.VUE_APP_BASE_URL + res.data;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment