diff --git a/application/wechat/view/fans.index.html b/application/wechat/view/fans.index.html index 7b092c595..6a3bffa53 100644 --- a/application/wechat/view/fans.index.html +++ b/application/wechat/view/fans.index.html @@ -2,9 +2,7 @@ {block name="button"}
- - | -用户昵称 | -性别 | -区域 | -关注时间 | -
---|---|---|---|---|
+ + | +用户昵称 | +性别 | +区域 | +关注时间 | +
- - | -
- |
- {$vo.sex==1?'男':($vo.sex==2?'女':'未知')} | -{$vo.country|default='未设置区域信息'}{$vo.province}{$vo.city} | -{$vo.subscribe_at} | -
+ + | +
+ |
+ {$vo.sex==1?'男':($vo.sex==2?'女':'未知')} | +{$vo.country|default='未设置区域信息'}{$vo.province}{$vo.city} | +{$vo.subscribe_at} | +
{$page}
{/if} diff --git a/application/wechat/view/keys.form.html b/application/wechat/view/keys.form.html index 41c2d9f77..69f0ab793 100644 --- a/application/wechat/view/keys.form.html +++ b/application/wechat/view/keys.form.html @@ -28,8 +28,7 @@- - | -- - | -关键字 | -回复类型 | -回复内容 | -更新时间 | -状态 | -操作 | -
---|---|---|---|---|---|---|---|
+ + | ++ + | +关键字 | +回复类型 | +回复内容 | +更新时间 | +状态 | +操作 | +
- - | -- - | -{$vo.keys} | -{$vo.type} | -- {if $vo.type eq '音乐'} - 预览 - - {elseif $vo.type eq '文字'} - 预览 - - {elseif $vo.type eq '图片'} - 预览 - - {elseif $vo.type eq '图文'} - 预览 - - {elseif $vo.type eq '视频'} - 预览 - - {else} - {$vo.content} - {/if} - | -{$vo.create_at} | -- {if $vo.status eq 0} - 已禁用 - {elseif $vo.status eq 1} - 使用中 - {/if} - | -+ {foreach $list as $key=>$vo} + |
+ + | ++ + | +{$vo.keys} | +{$vo.type} | ++ {if $vo.type eq '音乐'} + 预览 + + {elseif $vo.type eq '文字'} + 预览 + + {elseif $vo.type eq '图片'} + 预览 + + {elseif $vo.type eq '图文'} + 预览 + + {elseif $vo.type eq '视频'} + 预览 + + {else} + {$vo.content} + {/if} + | +{$vo.create_at} | ++ {if $vo.status eq 0} + 已禁用 + {elseif $vo.status eq 1} + 使用中 + {/if} + | +- {if auth("$classuri/edit")} - | - 编辑 - {/if} + {if auth("$classuri/edit")} + | + 编辑 + {/if} - {if $vo.status eq 1 and auth("$classuri/forbid")} - | - 禁用 - {elseif auth("$classuri/resume")} - | - 启用 - {/if} + {if $vo.status eq 1 and auth("$classuri/forbid")} + | + 禁用 + {elseif auth("$classuri/resume")} + | + 启用 + {/if} - {if auth("$classuri/del")} - | - 删除 - {/if} + {if auth("$classuri/del")} + | + 删除 + {/if} - | -
{$page}
{/if} diff --git a/application/wechat/view/menu.index.html b/application/wechat/view/menu.index.html index fe868d4a9..f98bc036d 100644 --- a/application/wechat/view/menu.index.html +++ b/application/wechat/view/menu.index.html @@ -1,314 +1,312 @@ {extend name='extra@admin/content' /} {block name="style"} - + {/block} {block name='content'} -