You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
git/scr/miniprogram-2/pages/usercenter/name-edit/index.wxml

17 lines
365 B

<view class="name-edit">
<t-input
model:value="{{nameValue}}"
placeholder="请输入文字"
label="昵称"
clearable
bind:clear="clearContent"
/>
<view class="name-edit__input--desc">
最多可输入15个字
</view>
<view class="name-edit__wrapper">
<t-button t-class="name-edit__btn" bind:tap="onSubmit">保存</t-button>
</view>
</view>