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.
7 lines
230 B
7 lines
230 B
<!--pages/user/nickname/index.wxml-->
|
|
<title title="修改邮箱"></title>
|
|
<view class="item">
|
|
<input type="text" value="{{email}}" bindinput="changeEmail"></input>
|
|
</view>
|
|
|
|
<view class="btn" bindtap="submit">保存修改</view>
|