[更新]修改粉丝黑名单操作

This commit is contained in:
Anyon 2017-05-05 16:54:09 +08:00
parent 0f094c0376
commit 02435697cb
3 changed files with 10 additions and 1 deletions

View File

@ -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}

View File

@ -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}

View File

@ -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}