|
@@ -1,27 +1,32 @@
|
|
<view class="container_c">
|
|
<view class="container_c">
|
|
<view class="top_con">
|
|
<view class="top_con">
|
|
<image src="{{userInfo.avatarUrl}}" class="wd_img" wx:if="{{!isBindSuccess}}" bindtap="init_userInfo" ></image>
|
|
<image src="{{userInfo.avatarUrl}}" class="wd_img" wx:if="{{!isBindSuccess}}" bindtap="init_userInfo" ></image>
|
|
- <image src="{{userInfo.avatarUrl}}" class="wd_img" wx:if="{{isBindSuccess}}"></image>
|
|
|
|
|
|
+ <image src="{{userInfo.avatarUrl}}" class="wd_img" wx:if="{{isBindSuccess}}" ></image>
|
|
<view class="top_txt">
|
|
<view class="top_txt">
|
|
<!-- <div type="userNickName" lang="zh_CN" class="wd_txt">
|
|
<!-- <div type="userNickName" lang="zh_CN" class="wd_txt">
|
|
{{userInfo.nickName}}
|
|
{{userInfo.nickName}}
|
|
</div> -->
|
|
</div> -->
|
|
<text class="userNickName" wx:if="{{!isBindSuccess}}">{{userName}}</text>
|
|
<text class="userNickName" wx:if="{{!isBindSuccess}}">{{userName}}</text>
|
|
<text class="userNickName" wx:if="{{isBindSuccess}}" >{{userInfo.nickName}}</text>
|
|
<text class="userNickName" wx:if="{{isBindSuccess}}" >{{userInfo.nickName}}</text>
|
|
- <text>技术部</text>
|
|
|
|
|
|
+ <text>部门:</text>
|
|
</view>
|
|
</view>
|
|
<image src="../images/me.png" class="me_bg"/>
|
|
<image src="../images/me.png" class="me_bg"/>
|
|
</view>
|
|
</view>
|
|
<view class="me_tit">
|
|
<view class="me_tit">
|
|
- <view class="tit_two">
|
|
|
|
- <image src="../images/metit.png" class="metit" />
|
|
|
|
- <view class="meline">
|
|
|
|
- <i class="iconfont icon-tongxunlu"></i>
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ <view class="tit_one" wx:if="{{isBindSuccess}}" >
|
|
|
|
+ <image src="../images/metit1.png" class="metit" />
|
|
|
|
+ <view class="meline">
|
|
|
|
+ <i class="iconfont icon-tongxunlu"></i>
|
|
<text>通讯录</text>
|
|
<text>通讯录</text>
|
|
<i class="iconfont icon-xiangyou"></i>
|
|
<i class="iconfont icon-xiangyou"></i>
|
|
</view>
|
|
</view>
|
|
- <view class="meline" bindtap="clear">
|
|
|
|
- <i class="iconfont icon-yunongtongqingchuhuancun" ></i>
|
|
|
|
|
|
+ </view>
|
|
|
|
+ <view class="tit_one" bindtap="clear" wx:if="{{isBindSuccess}}" >
|
|
|
|
+ <image src="../images/metit1.png" class="metit" />
|
|
|
|
+ <view class="meline">
|
|
|
|
+ <i class="iconfont icon-yunongtongqingchuhuancun" ></i>
|
|
<text>清除缓存</text>
|
|
<text>清除缓存</text>
|
|
<i class="iconfont icon-xiangyou"></i>
|
|
<i class="iconfont icon-xiangyou"></i>
|
|
</view>
|
|
</view>
|