cxhxy/app/user/view/setting/tpl/nickname.html
2023-11-21 15:14:59 +08:00

10 lines
446 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<script id="tpl-nickname" type="text/template">
<div class="am-padding-xs am-padding-top-sm">
<div class="am-form-group">
<label class="am-u-sm-3 am-form-label form-require">昵称</label>
<div class="am-u-sm-8 am-u-end">
<input class="tpl-form-input" name="data[nickname]" type="text" placeholder="请输入昵称" value="{$model['nickname']}" required>
</div>
</div>
</div>
</script>