From 02435697cbb9601df3b3efe8074f30934317d668 Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 5 May 2017 16:54:09 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E7=B2=89?= =?UTF-8?q?=E4=B8=9D=E9=BB=91=E5=90=8D=E5=8D=95=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wechat/view/fans.back.html | 3 +++ application/wechat/view/fans.index.html | 5 ++++- application/wechat/view/tags.index.html | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/application/wechat/view/fans.back.html b/application/wechat/view/fans.back.html index f5d996a3b..b9ff0e045 100644 --- a/application/wechat/view/fans.back.html +++ b/application/wechat/view/fans.back.html @@ -101,6 +101,9 @@ {$vo.subscribe_at} {/foreach} + {if empty($list)} + 没 有 记 录 了 哦 ! + {/if} {if isset($page)}

{$page}

{/if} diff --git a/application/wechat/view/fans.index.html b/application/wechat/view/fans.index.html index 523ea40f6..55dcf109f 100644 --- a/application/wechat/view/fans.index.html +++ b/application/wechat/view/fans.index.html @@ -100,8 +100,11 @@ {$vo.subscribe_at} {/foreach} + {if empty($list)} + 没 有 记 录 了 哦 ! + {/if} {if isset($page)}

{$page}

{/if} -{/block} \ No newline at end of file +{/block} diff --git a/application/wechat/view/tags.index.html b/application/wechat/view/tags.index.html index fda721160..bd95993ff 100644 --- a/application/wechat/view/tags.index.html +++ b/application/wechat/view/tags.index.html @@ -79,6 +79,9 @@ {/foreach} + {if empty($list)} + 没 有 记 录 了 哦 ! + {/if} {if isset($page)}

{$page}

{/if}