|
@@ -20,8 +20,8 @@
|
|
|
<view class="avatar-section">
|
|
|
<image src='{{userInfo.memberphoto?userInfo.memberphoto:(appAssetsUrl+"images/bz1_nor.png")}}' class="user-avatar" bindtap="onAvatarTap"></image>
|
|
|
</view>
|
|
|
- <view class="user-details" wx:if="{{isLogin}}" bindtap="onAvatarTap">
|
|
|
- <view class="user-name-row">
|
|
|
+ <view class="user-details" wx:if="{{isLogin}}">
|
|
|
+ <view class="user-name-row" bindtap="onAvatarTap">
|
|
|
<text class="user-name">{{userInfo.vipname || '--'}}</text>
|
|
|
<image class="vip-icon" wx:if="{{userInfo.memberState != 0 && userInfo.memberState}}" src="{{appAssetsUrl2}}wjxy/mine/vip-icon.png"></image>
|
|
|
<image wx:if="{{userInfo.sex}}" mode="aspectFill" src="{{ userInfo.sex == '010' ? appAssetsUrl2+'wjxy/man.png' : appAssetsUrl2+'wjxy/wumen.png'}}" class="sex" />
|
|
@@ -29,6 +29,7 @@
|
|
|
<view class="user-id-row">
|
|
|
<text class="user-id">ID: {{userInfo.id || ''}}</text>
|
|
|
<view class="check-in" bindtap="onDailySignTap">
|
|
|
+ <image src="/assets/images/user-icon/icon_6.png" class="service-icon"></image>
|
|
|
<text>签到</text>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -100,21 +101,23 @@
|
|
|
</view>
|
|
|
<view class="menu-item" bindtap="toOrderRecord">
|
|
|
<view class="menu-left">
|
|
|
- <image src="/assets/images/user-icon/icon_2.png" class="menu-icon"></image>
|
|
|
+ <image src="/assets/images/user-icon/icon_7.png" class="menu-icon"></image>
|
|
|
<text class="menu-text">订单管理</text>
|
|
|
</view>
|
|
|
<text class="iconfont icon-jiantou righticon"></text>
|
|
|
</view>
|
|
|
- <view class="menu-item" bindtap="handleInvite">
|
|
|
- <view class="menu-left">
|
|
|
- <image src="/assets/images/user-icon/icon_2.png" class="menu-icon"></image>
|
|
|
- <text class="menu-text">我的邀请</text>
|
|
|
+ <!--
|
|
|
+ <view class="menu-item" bindtap="handleInvite">
|
|
|
+ <view class="menu-left">
|
|
|
+ <image src="/assets/images/user-icon/icon_2.png" class="menu-icon"></image>
|
|
|
+ <text class="menu-text">我的邀请</text>
|
|
|
+ </view>
|
|
|
+ <text class="iconfont icon-jiantou righticon"></text>
|
|
|
</view>
|
|
|
- <text class="iconfont icon-jiantou righticon"></text>
|
|
|
- </view>
|
|
|
+ -->
|
|
|
<view class="menu-item" bindtap="handleMsg">
|
|
|
<view class="menu-left">
|
|
|
- <image src="/assets/images/user-icon/icon_2.png" class="menu-icon"></image>
|
|
|
+ <image src="/assets/images/user-icon/icon_8.png" class="menu-icon"></image>
|
|
|
<text class="menu-text">消息通知</text>
|
|
|
</view>
|
|
|
<text class="iconfont icon-jiantou righticon"></text>
|