mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改粉丝黑名单操作
This commit is contained in:
parent
0f094c0376
commit
02435697cb
@ -101,6 +101,9 @@
|
||||
<td class='text-center'>{$vo.subscribe_at}</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
{if empty($list)}
|
||||
<tr><td colspan="5" style="text-align:center">没 有 记 录 了 哦 !</td></tr>
|
||||
{/if}
|
||||
</tbody>
|
||||
</table>
|
||||
{if isset($page)}<p>{$page}</p>{/if}
|
||||
|
@ -100,8 +100,11 @@
|
||||
<td class='text-center'>{$vo.subscribe_at}</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
{if empty($list)}
|
||||
<tr><td colspan="5" style="text-align:center">没 有 记 录 了 哦 !</td></tr>
|
||||
{/if}
|
||||
</tbody>
|
||||
</table>
|
||||
{if isset($page)}<p>{$page}</p>{/if}
|
||||
</form>
|
||||
{/block}
|
||||
{/block}
|
||||
|
@ -79,6 +79,9 @@
|
||||
</td>
|
||||
</tr>
|
||||
{/foreach}
|
||||
{if empty($list)}
|
||||
<tr><td colspan="6" style="text-align:center">没 有 记 录 了 哦 !</td></tr>
|
||||
{/if}
|
||||
</tbody>
|
||||
</table>
|
||||
{if isset($page)}<p>{$page}</p>{/if}
|
||||
|
Loading…
x
Reference in New Issue
Block a user