cxhxy/app/user/view/setting/tpl/nickname.html
test_service d3170b4d1c 1
2023-12-01 15:43:29 +08:00

10 lines
446 B
HTML
Executable File
Raw Permalink 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>