个人中心修改资料完善
This commit is contained in:
@@ -8,48 +8,41 @@
|
||||
</view>
|
||||
<view class="info_list">
|
||||
<view class="info_list_title">昵称</view>
|
||||
<view class="end" bindtap="goUrl">
|
||||
<input class="txt nowrap" placeholder="请输入昵称"></input>
|
||||
<navigator class="end" hover-class="none"
|
||||
url="/pages/user/setting/aboutMine/edit/edit?type=1&nickname={{nickname}}">
|
||||
<input class="txt nowrap" value="{{nickname}}" disabled placeholder="请输入昵称"></input>
|
||||
<image src="/static/icons/arrow_right.png" mode="widthFix" style="width:30rpx;"></image>
|
||||
</view>
|
||||
</navigator>
|
||||
</view>
|
||||
<view class="info_list">
|
||||
<!-- <view class="info_list">
|
||||
<view class="info_list_title">真实姓名</view>
|
||||
<view class="end" bindtap="goUrl">
|
||||
<input class="txt nowrap" placeholder="请输入真实姓名"></input>
|
||||
<image src="/static/icons/arrow_right.png" mode="widthFix" style="width:30rpx;"></image>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="info_list">
|
||||
<view class="info_list_title">性别</view>
|
||||
<view class="end" bindtap="goUrl">
|
||||
<picker bindchange="pickSex" value="{{ gender }}" class="sex" range="{{ columns }}">
|
||||
<view>
|
||||
{{ columns[gender] == "" ? "请输入性别" : "" }}{{ columns[gender] }}
|
||||
</view>
|
||||
</picker>
|
||||
<navigator class="end" hover-class="none"
|
||||
url="/pages/user/setting/aboutMine/edit/edit?type=2&sex={{sex}}">
|
||||
<input class="txt nowrap" value="{{sex}}" disabled placeholder="请输入昵称"></input>
|
||||
<image src="/static/icons/arrow_right.png" mode="widthFix" style="width:30rpx;"></image>
|
||||
</view>
|
||||
</navigator>
|
||||
</view>
|
||||
<view class="info_list">
|
||||
<view class="info_list_title">手机号</view>
|
||||
<view class="end" bindtap="goUrl">
|
||||
<input class="txt nowrap" placeholder="请输入手机号" maxlength="11"></input>
|
||||
<image src="/static/icons/arrow_right.png" mode="widthFix" style="width:30rpx;"></image>
|
||||
<input class="txt nowrap" value="{{phone}}" placeholder="请输入手机号" disabled="true" maxlength="11"></input>
|
||||
</view>
|
||||
</view>
|
||||
<view class="info_list">
|
||||
<!-- <view class="info_list">
|
||||
<view class="info_list_title">生日</view>
|
||||
<view class="end" bindtap="goUrl">
|
||||
<picker mode="date" value="{{date}}" start="2015-09-01" end="2017-09-01" bindchange="bindDateChange">
|
||||
<view class="picker">
|
||||
{{date}}
|
||||
</view>
|
||||
</picker>
|
||||
<navigator class="end" hover-class="none" url="/pages/user/setting/aboutMine/edit/edit?type=2&birthday={{birthday}}">
|
||||
<input class="txt nowrap" value="{{birthday || '暂未设置'}}" placeholder="" disabled="true" maxlength="11"></input>
|
||||
<image src="/static/icons/arrow_right.png" mode="widthFix" style="width:30rpx;"></image>
|
||||
</view>
|
||||
</view>
|
||||
<view class="info_list">
|
||||
</navigator>
|
||||
</view> -->
|
||||
<!-- <view class="info_list">
|
||||
<view class="info_list_title">所在区域</view>
|
||||
<view class="end" bindtap="goUrl">
|
||||
<picker mode="region" bindchange="bindRegionChange" value="{{region}}" custom-item="{{customItem}}">
|
||||
@@ -59,9 +52,8 @@
|
||||
</picker>
|
||||
<image src="/static/icons/arrow_right.png" mode="widthFix" style="width:30rpx;"></image>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
|
||||
|
||||
<view class="beSure" catchtap="besure">退出登录</view>
|
||||
<view class="beSure beSure1" catchtap="besure">保存</view>
|
||||
<view class="beSure" catchtap="logOut">退出登录</view>
|
||||
Reference in New Issue
Block a user