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.
6 lines
284 B
6 lines
284 B
<!--pages/old/nickname/index.wxml-->
|
|
<title title="修改昵称"></title>
|
|
<view class="input-box com-flex" wx:if="{{info}}">
|
|
<input type="text" value="{{info.nickname}}" bindinput="changeName" placeholder="请输入昵称" />
|
|
</view>
|
|
<view class="btn" bindtap="submit">保存</view>
|