2.0.2
parent
7fc8ef0136
commit
7f079f2c89
|
|
@ -9,11 +9,11 @@
|
|||
<form class="am-form form-validation-store-accounts view-save" action="{{:MyUrl('admin/index/storeaccountsbind')}}" method="POST" request-type="ajax-reload">
|
||||
<div class="am-form-group am-form-group-refreshing business-form-block am-margin-top-xs">
|
||||
<label>账号<span class="am-form-group-label-tips-must">必填</span></label>
|
||||
<input type="text" name="common_store_accounts" placeholder="用户名/手机/邮箱" data-validation-message="账号格式1~30个字符" class="am-radius" value="{{:MyC('common_store_accounts', '', true)}}" required />
|
||||
<input type="text" name="common_store_accounts" placeholder="用户名/手机/邮箱" data-validation-message="账号格式1~30个字符" class="am-radius" value="" required />
|
||||
</div>
|
||||
<div class="am-form-group am-form-group-refreshing business-form-block am-margin-top-xs">
|
||||
<label>密码<span class="am-form-group-label-tips-must">必填</span></label>
|
||||
<input type="password" name="common_store_password" placeholder="登录密码" data-validation-message="登录密码格式6~30个字符" class="am-radius" value="{{:MyC('common_store_password', '', true)}}" required />
|
||||
<input type="password" name="common_store_password" placeholder="登录密码" data-validation-message="登录密码格式6~30个字符" class="am-radius" value="" required />
|
||||
</div>
|
||||
|
||||
<div class="am-form-group am-form-group-refreshing am-margin-top-sm">
|
||||
|
|
|
|||
Loading…
Reference in New Issue