提交 9808a772 作者: chenkunfeng

修复图标不显示

上级 a62b3bdc
......@@ -144,12 +144,12 @@ export default {
parkList: [],
markers: [],
isclick:false,
// icon: {
// type: 'image',
// image: 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/b0364bd1-f193-4b93-ac9f-cfb6e2624d6b.png',
// size: [32, 32],
// anchor: 'bottom-center',
// },
icon: {
type: 'image',
image: 'https://pad-video-x.oss-cn-shenzhen.aliyuncs.com/file/b0364bd1-f193-4b93-ac9f-cfb6e2624d6b.png',
size: [32, 32],
anchor: 'bottom-center',
},
};
},
mounted() {
......@@ -250,6 +250,7 @@ export default {
${obj.companyName || '-'}
</div>
<div class="location">
<image referrerPolicy="no-referrer" src="../../static/img/navigation.png" mode="widthFix" />
<span> 飞手团队 | 距你1123.5km </span>
</div>
</div>
......@@ -258,7 +259,6 @@ export default {
</div>
</div>
`;
// <image referrerPolicy="no-referrer" src="../../static/img/navigation.png" mode="widthFix" />
// <div class="content">网点位置:${obj.address || '-'}</div>
// <div class="content">${contentStr || ''}</div>
// <div class="content">服务评分:${starStr}</div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论