|
@@ -19,8 +19,7 @@
|
|
|
</th>
|
|
|
<th class='text-left nowrap'>商品名称</th>
|
|
|
<th class='text-left nowrap'>封面</th>
|
|
|
- <th class='text-left nowrap'>视频</th>
|
|
|
- <th class='text-left nowrap'>售价(元)</th>
|
|
|
+ <th class='text-left nowrap'>积分</th>
|
|
|
<th class="text-center">添加时间</th>
|
|
|
<th class="text-center">操作</th>
|
|
|
</tr>
|
|
@@ -42,12 +41,9 @@
|
|
|
<td class='text-left nowrap'>
|
|
|
<img data-tips-image="{$vo.cover|default=''}" src="{$vo.cover|default=''}" width="50px">
|
|
|
</td>
|
|
|
- <td class='text-left nowrap'>
|
|
|
- <img class="video_player" alert="点击播放" src="{$vo.poster|default=''}" data-src="{$vo.video|default=''}" style="max-height: 100px;max-width: 150px" ></img>
|
|
|
- </td>
|
|
|
|
|
|
<td class='text-left nowrap'>
|
|
|
- {$vo.floor_price|default=''}
|
|
|
+ {$vo.integral|default=''}
|
|
|
</td>
|
|
|
|
|
|
<td class='text-center nowrap'>{$vo.create_at|format_datetime}</td>
|