59 lines
2.7 KiB
Plaintext
59 lines
2.7 KiB
Plaintext
<view class="info_blcok">
|
|
<view class="info_list cover">
|
|
<view class="info_list_title">头像</view>
|
|
<view class="end" bindtap="upload">
|
|
<image class="header" src="{{cover}}" mode="widthFix"></image>
|
|
<image src="/static/icons/arrow_right.png" mode="widthFix" style="width:30rpx;"></image>
|
|
</view>
|
|
</view>
|
|
<view class="info_list">
|
|
<view class="info_list_title">昵称</view>
|
|
<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>
|
|
</navigator>
|
|
</view>
|
|
<!-- <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 class="info_list">
|
|
<view class="info_list_title">性别</view>
|
|
<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>
|
|
</navigator>
|
|
</view>
|
|
<view class="info_list">
|
|
<view class="info_list_title">手机号</view>
|
|
<view class="end" bindtap="goUrl">
|
|
<input class="txt nowrap" value="{{phone}}" placeholder="请输入手机号" disabled="true" maxlength="11"></input>
|
|
</view>
|
|
</view>
|
|
<!-- <view class="info_list">
|
|
<view class="info_list_title">生日</view>
|
|
<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>
|
|
</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}}">
|
|
<view class="picker">
|
|
{{region[0]}}-{{region[1]}}-{{region[2]}}
|
|
</view>
|
|
</picker>
|
|
<image src="/static/icons/arrow_right.png" mode="widthFix" style="width:30rpx;"></image>
|
|
</view>
|
|
</view> -->
|
|
</view>
|
|
|
|
|
|
<view class="beSure" catchtap="logOut">退出登录</view> |