wupengfei 3 years ago
parent
commit
d6583a8abf
1 changed files with 4 additions and 1 deletions
  1. 4 1
      application/store/view/integral_order/detail.html

+ 4 - 1
application/store/view/integral_order/detail.html

@@ -71,7 +71,10 @@
                     <td class='text-left nowrap'>
                         <input class='layui-input' readonly style="background-color: #e6e6e6" name='goods_no[]' value="{$sv['goods_no']}"/>
                     </td>
-                    <td class='text-left nowrap'><img  src="{$vo.spec_img|default=''}" width="30px"></td>
+                    <td class='text-left nowrap'>
+                        <input type="hidden" value="{$vo.spec_img|default=''}" />
+                        <img  src="{$vo.spec_img|default=''}" width="30px">
+                    </td>
                     <td class='text-left nowrap'>
                         <input class='layui-input'  readonly style="background-color: #e6e6e6" name='store_num[]' value="{$sv['num']}"/>
                     </td>