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

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> <td class='text-center'>{$vo.subscribe_at}</td>
</tr> </tr>
{/foreach} {/foreach}
{if empty($list)}
<tr><td colspan="5" style="text-align:center"> !</td></tr>
{/if}
</tbody> </tbody>
</table> </table>
{if isset($page)}<p>{$page}</p>{/if} {if isset($page)}<p>{$page}</p>{/if}

View File

@ -100,6 +100,9 @@
<td class='text-center'>{$vo.subscribe_at}</td> <td class='text-center'>{$vo.subscribe_at}</td>
</tr> </tr>
{/foreach} {/foreach}
{if empty($list)}
<tr><td colspan="5" style="text-align:center"> !</td></tr>
{/if}
</tbody> </tbody>
</table> </table>
{if isset($page)}<p>{$page}</p>{/if} {if isset($page)}<p>{$page}</p>{/if}

View File

@ -79,6 +79,9 @@
</td> </td>
</tr> </tr>
{/foreach} {/foreach}
{if empty($list)}
<tr><td colspan="6" style="text-align:center"> !</td></tr>
{/if}
</tbody> </tbody>
</table> </table>
{if isset($page)}<p>{$page}</p>{/if} {if isset($page)}<p>{$page}</p>{/if}