|
@@ -210,7 +210,7 @@ onMounted(async () => {
|
|
|
} else if (data.type == "applet_link") {
|
|
|
return `<span class="tag-icon applet_link" style="background-image:url({{icon}})"></span>`;
|
|
|
} else if (data.type == "link_scene") {
|
|
|
- return `<span class="tag-icon animate" style="background-image:url({{icon}})"></span>`;
|
|
|
+ return `<span class="tag-icon animate" style="background-image:url(${data.hotContent.liveIcon.src||'{{icon}}'})"></span>`;
|
|
|
} else if (data.type == "commodity") {
|
|
|
let arr = data.products.map(item=>item.price)
|
|
|
let range = `${data.products[0].symbol} ${Math.min.apply(null,arr)}-${Math.max.apply(null,arr)}`
|