|
@@ -104,8 +104,8 @@ export default {
|
|
visible: false, // 初始是否显示
|
|
visible: false, // 初始是否显示
|
|
content: `<div style="color:white;width:211px;background-color:rgba(7,25,54,0.6);padding: 0 0 10px 0">
|
|
content: `<div style="color:white;width:211px;background-color:rgba(7,25,54,0.6);padding: 0 0 10px 0">
|
|
<h3 style="background-color:#071936;padding:5px;">人员信息</h3>
|
|
<h3 style="background-color:#071936;padding:5px;">人员信息</h3>
|
|
- <img src="${item.text.avatarUrl}" width="100%" height="100%">
|
|
|
|
- <strong>姓名:</strong>${item.text.name}
|
|
|
|
|
|
+ <img src="${item.avatarUrl}" width="100%" height="100%">
|
|
|
|
+ <strong>姓名:</strong>${item.name}
|
|
</div>`
|
|
</div>`
|
|
})
|
|
})
|
|
})
|
|
})
|