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}