|
@@ -203,11 +203,11 @@
|
|
|
</td>
|
|
|
<td>
|
|
|
<#if (order.storeName)?? && (order.storeName?index_of("京东") != -1)>
|
|
|
- <img style="width: 20px;height: 20px" src="https://s.iamberry.com/rst/img/jd.png">
|
|
|
+ <img title="来自:${(order.storeName)!}" style="width: 20px;height: 20px" src="https://s.iamberry.com/rst/img/jd.png">
|
|
|
<#elseif (order.storeName)?? && (order.storeName?index_of("天猫") != -1)>
|
|
|
- <img style="width: 20px;height: 20px" src="https://s.iamberry.com/rst/img/tm.png">
|
|
|
+ <img title="来自:${(order.storeName)!}" style="width: 20px;height: 20px" src="https://s.iamberry.com/rst/img/tm.png">
|
|
|
<#elseif (order.storeName)?? && (order.storeName?index_of("淘宝") != -1)>
|
|
|
- <img style="width: 20px;height: 20px" src="https://s.iamberry.com/rst/img/tb.png">
|
|
|
+ <img title="来自:${(order.storeName)!}" style="width: 20px;height: 20px" src="https://s.iamberry.com/rst/img/tb.png">
|
|
|
</#if>
|
|
|
${order.salesDealCode!''}
|
|
|
</td>
|