mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-04 22:36:52 +08:00
13 lines
476 B
HTML
13 lines
476 B
HTML
<!--
|
||
Copyright © ShopeX (http://www.shopex.cn). All rights reserved.
|
||
See LICENSE file for license details.
|
||
-->
|
||
|
||
<div class="ColColorOrange clearfix">
|
||
<{foreach from=$detail key=key item=item name="info"}>
|
||
<div class="span-auto" title="<{$key}>" info="<{$item.memo}>">
|
||
<a><{img src="bundle/{$item.icon}" app='desktop'}></a>
|
||
<span class="f-12"><{$key}>:</span><strong class="f-18"><{$item.value}></strong>
|
||
</div>
|
||
<{/foreach}>
|
||
</div> |