wupengfei 3 년 전
부모
커밋
3424b96229
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      application/store/view/order/detail.html

+ 1 - 1
application/store/view/order/detail.html

@@ -71,7 +71,7 @@
                     <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'><img  src="{$sv.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>