微信绑定
parent
48b0ac5c0a
commit
74bd90c1a3
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -1 +1,3 @@
|
|||
<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>
|
||||
{{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}}
|
||||
|
|
@ -1 +1,3 @@
|
|||
<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>
|
||||
{{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}}
|
||||
Loading…
Reference in New Issue