|
@@ -258,10 +258,10 @@ function BigScreenHome() {
|
|
|
<div class="text">
|
|
|
<span class="textNum" style={{ color: title.color }}>{utils.formatNum(title.value, 2) + (title.key || "")}</span>
|
|
|
<Show when={title.isMore != undefined && title.isMore}>
|
|
|
- <img class='ismore' src="http://113.142.79.114:8088/webroot/decision/view/form?id=__ImageCache__6EC5222330C7FC9FAF3990694813298C&cache=true&op=fr_attach&cmd=ah_image" alt="" />
|
|
|
+ <img class='ismore' src="https://cxzx.smcic.net/topic/tool/img/up.png" alt="" />
|
|
|
</Show>
|
|
|
<Show when={title.isMore != undefined && !title.isMore}>
|
|
|
- <img class='ismore' src="http://113.142.79.114:8088/webroot/decision/view/form?id=__ImageCache__9BDF358E558CEB46CAEE84D3F097E798&cache=true&op=fr_attach&cmd=ah_image" alt="" />
|
|
|
+ <img class='ismore' src="https://cxzx.smcic.net/topic/tool/img/down.png" alt="" />
|
|
|
</Show>
|
|
|
<br />
|
|
|
{title.title}
|