提交 74bd90c1 编写于 作者: G gongfuxiang

微信绑定

上级 48b0ac5c
......@@ -46,7 +46,7 @@
{{if !empty($data['login_name'])}}
{{$data.login_name}}
{{else /}}
微信
未填写(不显示)
{{/if}}
</div>
</div>
......
......@@ -21,8 +21,8 @@
</div>
<div class="am-form-group">
<label>登录入口名称<span class="am-form-group-label-tips">默认 微信</span></label>
<input type="text" name="login_name" placeholder="登录入口名称" maxlength="30" data-validation-message="登录入口名称格式最多 30 个字符" class="am-radius" value="{{if !empty($data['login_name'])}}{{$data.login_name}}{{else /}}微信{{/if}}" />
<label>登录入口名称<span class="am-form-group-label-tips">空则不显示</span></label>
<input type="text" name="login_name" placeholder="登录入口名称" maxlength="30" data-validation-message="登录入口名称格式最多 30 个字符" class="am-radius" value="{{if !empty($data['login_name'])}}{{$data.login_name}}{{/if}}" />
</div>
<div class="am-form-group">
......
<a href="{{:PluginsHomeUrl('weixinwebauthorization', 'auth', 'index')}}" class="am-btn am-btn-success am-btn-xs am-radius am-margin-left-xs">{{if empty($plugins_data['login_name'])}}微信{{else /}}{{$plugins_data.login_name}}{{/if}}</a>
\ No newline at end of file
{{if !empty($plugins_data['login_name'])}}
<a href="{{:PluginsHomeUrl('weixinwebauthorization', 'auth', 'index')}}" class="am-btn am-btn-success am-btn-xs am-radius am-margin-left-xs">{{$plugins_data.login_name}}</a>
{{/if}}
\ No newline at end of file
<a href="{{:PluginsHomeUrl('weixinwebauthorization', 'auth', 'index')}}" class="am-icon-weixin am-margin-left-xs am-text-success"> {{if empty($plugins_data['login_name'])}}微信{{else /}}{{$plugins_data.login_name}}{{/if}}</a>
\ No newline at end of file
{{if !empty($plugins_data['login_name'])}}
<a href="{{:PluginsHomeUrl('weixinwebauthorization', 'auth', 'index')}}" class="am-icon-weixin am-margin-left-xs am-text-success"> {{$plugins_data.login_name}}</a>
{{/if}}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册