wupengfei 2 éve
szülő
commit
6c6a308378

+ 1 - 2
application/mall/view/shop/form.html

@@ -15,12 +15,11 @@
             </div>
 
             <div class="layui-form-item">
-                <label class="layui-form-label label-required">图片</label>
+                <label class="layui-form-label label-required">Logo</label>
                 <div class="layui-input-block">
                     <input name="cover" type="hidden" value="{$vo.cover|default=''}">
                     &nbsp; &nbsp;<span style="margin-right: 20px">建议尺寸宽700px 高330px </span>
                 </div>
-
             </div>
 
 

+ 9 - 1
application/mall/view/shop/index.html

@@ -12,8 +12,9 @@
         <tr>
             <th class='list-table-check-td think-checkbox'><input data-auto-none data-check-target='.list-check-box' type='checkbox'></th>
             <th class='list-table-sort-td'><button type="button" data-reload class="layui-btn layui-btn-xs">刷 新</button></th>
+            <th class='text-left nowrap'>管理员</th>
             <th class='text-left nowrap'>名称</th>
-            <th class='text-left nowrap'>轮播图</th>
+            <th class='text-left nowrap'>Logo</th>
             <th class="text-left" style="width: 20%">操作</th>
         </tr>
         </thead>
@@ -22,6 +23,13 @@
         <tr>
             <td class='list-table-check-td think-checkbox'><input class="list-check-box" value='{$vo.id}' type='checkbox'></td>
             <td class='list-table-sort-td'><input data-action-blur="{:request()->url()}" data-value="id#{$vo.id};action#sort;sort#{value}" data-loading="false" value="{$vo.sort}" class="list-sort-input"></td>
+            <td class='text-left nowrap'>
+                <img data-tips-image style="width:50px;height:50px" src="{$vo.headimg|default=''}" class="margin-right-5 text-top">
+                <div class="inline-block">
+                    用户ID:{$vo.id|default='--'}<br>
+                    用户昵称:{$vo.name|default='--'}
+                </div>
+            </td>
             <td class='text-left nowrap'>{$vo.name|default=''}</td>
             <td class='text-left nowrap'><img data-tips-image="{$vo.cover|default=''}"  src="{$vo.cover|default=''}" height="50" width="110px"></td>
             <td class='text-left' style="width: 20%">