|
|
<view wx:for="{{list}}" class="means" bindtap="openMask" data-index="{{index}}">
|
|
|
<view class="name" wx:if="{{item.look==true}}" style="color:red;">{{item.name}}</view>
|
|
|
<view class="name" wx:elif="{{item.look==false}}">{{item.name}}</view>
|
|
|
<view wx:if="{{item.bool==true}}" class="img">
|
|
|
<image src="/img/ic_head@2x.png"></image></view>
|
|
|
<view wx:elif="{{item.bool==false}}">
|
|
|
{{item.line}}</view>
|
|
|
<view class="my_m_box" style="border-bottom: 1rpx solid #eeeeee;">
|
|
|
<view class="my_mb_text">头像</view>
|
|
|
<view class="flex">
|
|
|
<image class="my_mb_img" src="/img/ic_head@2x.png">
|
|
|
</image>
|
|
|
<image class="my_mb_next" src="/img/ic_arrow@2x.png"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="my_m_box" bindtap="gopop" data-id="{{1}}">
|
|
|
<view class="my_mb_text">昵称</view>
|
|
|
<view class="flex fs28">
|
|
|
<view>昵称</view>
|
|
|
<image class="my_mb_next" src="/img/ic_arrow@2x.png"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="my_m_box">
|
|
|
<view class="my_mb_text">所属班级</view>
|
|
|
<view class="flex fs28">
|
|
|
<view>所属班级</view>
|
|
|
<!-- <image class="my_mb_next" src="/img/ic_arrow@2x.png"></image> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="my_m_box" bindtap="gopop">
|
|
|
<view class="my_mb_text">修改密码</view>
|
|
|
<view class="flex fs28">
|
|
|
<view>昵称</view>
|
|
|
<image class="my_mb_next" src="/img/ic_arrow@2x.png"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="my_m_box">
|
|
|
<view class="my_mb_text cy">退出登录</view>
|
|
|
</view>
|
|
|
<!-- 昵称框 -->
|
|
|
<view class="denglu" wx:if="{{mask}}">
|
|
|
<page-container show="{{popshow}}"></page-container>
|
|
|
<view class="denglu" style="height:476rpx" wx:if="{{show}}">
|
|
|
<view class="deng1">
|
|
|
<image src="/img/ic_close@2x.png"></image>
|
|
|
<image src="/img/ic_close@2x.png" bindtap="goclose" data-id="{{1}}"></image>
|
|
|
</view>
|
|
|
<text>修改昵称</text>
|
|
|
<view class="input">请输入昵称
|
|
|
<image src="/img/ic_close@2x.png"></image>
|
|
|
<view class="input">
|
|
|
<input type="text" placeholder="请输入昵称" />
|
|
|
</view>
|
|
|
<view class="button" bindtap="gotoday">确定</view>
|
|
|
</view>
|
|
|
<!-- 密码框 -->
|
|
|
<!-- <view class="denglu" wx:if="{{mask}}">
|
|
|
<view class="denglu" wx:if="{{wordshow}}">
|
|
|
<view class="deng1">
|
|
|
<image src="/img/ic_close@2x.png"></image>
|
|
|
<image src="/img/ic_close@2x.png" bindtap="goclose"></image>
|
|
|
</view>
|
|
|
<text>修改密码</text>
|
|
|
<view class="input">请输入旧密码</view>
|
|
|
<view class="input">请输入新密码</view>
|
|
|
<view class="input">请再次确认密码</view>
|
|
|
<view class="input">
|
|
|
<input type="text" placeholder="请输入旧密码" />
|
|
|
</view>
|
|
|
<view class="input">
|
|
|
<input type="text" placeholder="请输入新密码" />
|
|
|
</view>
|
|
|
<view class="input">
|
|
|
<input type="text" placeholder="请再次确认密码" />
|
|
|
</view>
|
|
|
<view class="button" bindtap="gotoday">保存</view>
|
|
|
</view> --> |
|
|
</view> |
|
|
\ No newline at end of file |
...
|
...
|
|