From 3f894bcb2028575811ec07eca1817ece03f10754 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Mon, 12 Jan 2026 16:25:02 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E7=94=B5=E5=AD=90=E5=90=8D=E7=89=87):=20?= =?UTF-8?q?=20=E9=92=88=E5=AF=B9=E4=B8=8A=E4=BC=A0=E7=9A=84=E5=B0=81?= =?UTF-8?q?=E9=9D=A2=E5=8F=8A=E5=A4=B4=E5=83=8F=EF=BC=8C=E8=BD=AC=E6=8D=A2?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages_tool/contact/contact.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pages_tool/contact/contact.vue b/pages_tool/contact/contact.vue index 1caabc7..06e5518 100644 --- a/pages_tool/contact/contact.vue +++ b/pages_tool/contact/contact.vue @@ -253,7 +253,16 @@ export default { this.dataList = res.data; // 电子名片信息 this.fileList = res.file_list; // 企业文件 this.videoList = res.video_list; // 企业视频 - this.channelList = res.channel_list.map(item => this.$util.snakeToCamelForObj(item)); // 视频号 + this.channelList = res.channel_list.map(item => this.$util.snakeToCamelForObj(item)).map(item => { + if (item.coverImageType === 'upload') { + item.coverUrl = this.$util.img(item.coverUrl); + } + if (item.avatarImageType === 'upload') { + item.avatarUrl = this.$util.img(item.avatarUrl); + } + return item; + }); // 视频号 + this.shop = res.shop; this.personnel_bg = res.set.personnel_bg ? res.set.personnel_bg : 'public/static/img/diy_view/member_info_bg.png'; this.markers = [{