|
@@ -12,7 +12,7 @@
|
|
|
<image class="avatar" src="../../static/error/missing-face.png" mode="" v-else></image>
|
|
<image class="avatar" src="../../static/error/missing-face.png" mode="" v-else></image>
|
|
|
<view class="user-name-id">
|
|
<view class="user-name-id">
|
|
|
<view class="user-name clamp2">{{userInfo.nickname || '游客'}}</view>
|
|
<view class="user-name clamp2">{{userInfo.nickname || '游客'}}</view>
|
|
|
- <view class="user-uid">{{userInfo.phone || ''}}</view>
|
|
|
|
|
|
|
+ <view class="user-uid">邀请码:{{userInfo.uid || ''}}</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="flex yexq">
|
|
<view class="flex yexq">
|
|
@@ -30,7 +30,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="u-set" v-if="userInfo && userInfo.level > 0">
|
|
<view class="u-set" v-if="userInfo && userInfo.level > 0">
|
|
|
- <image src="../../static/icon/vip.png" mode="widthFix" class="" ></image>
|
|
|
|
|
|
|
+ <image src="../../static/icon/vip.png" mode="widthFix"></image>
|
|
|
<view class="u-set-tit">
|
|
<view class="u-set-tit">
|
|
|
{{userInfo.level == 4 ?'创业合伙人': (userInfo.level == 3 ?'城市合伙人':(userInfo.level == 2 ?'团购经纪人':'vip'))}}
|
|
{{userInfo.level == 4 ?'创业合伙人': (userInfo.level == 3 ?'城市合伙人':(userInfo.level == 2 ?'团购经纪人':'vip'))}}
|
|
|
</view>
|
|
</view>
|
|
@@ -57,12 +57,12 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="oitem-font">我的积分</view>
|
|
<view class="oitem-font">我的积分</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="oitem" @click="navTo('/pages/order/order?state=2')">
|
|
|
|
|
|
|
+ <!-- <view class="oitem" @click="navTo('/pages/order/order?state=2')">
|
|
|
<view class="oitem-val">
|
|
<view class="oitem-val">
|
|
|
{{0}}
|
|
{{0}}
|
|
|
</view>
|
|
</view>
|
|
|
<view class="oitem-font">优惠券</view>
|
|
<view class="oitem-font">优惠券</view>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="main-box">
|
|
<view class="main-box">
|
|
@@ -101,13 +101,13 @@
|
|
|
</view>
|
|
</view>
|
|
|
<image src="../../static/icon/back.png" mode="" class="right-img"></image>
|
|
<image src="../../static/icon/back.png" mode="" class="right-img"></image>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="user-list flex" @click="navTo('/pages/user/shareQrCode')">
|
|
|
|
|
|
|
+ <!-- <view class="user-list flex" @click="navTo('/pages/user/shareQrCode')">
|
|
|
<image src="../../static/icon/gift.png" mode="" class="left-img"></image>
|
|
<image src="../../static/icon/gift.png" mode="" class="left-img"></image>
|
|
|
<view class="">
|
|
<view class="">
|
|
|
推广海报
|
|
推广海报
|
|
|
</view>
|
|
</view>
|
|
|
<image src="../../static/icon/back.png" mode="" class="right-img"></image>
|
|
<image src="../../static/icon/back.png" mode="" class="right-img"></image>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
<view class="user-list flex" @click="navTo('/pages/set/address')">
|
|
<view class="user-list flex" @click="navTo('/pages/set/address')">
|
|
|
<image src="../../static/icon/u2.png" mode="" class="left-img"></image>
|
|
<image src="../../static/icon/u2.png" mode="" class="left-img"></image>
|
|
|
<view class="">
|
|
<view class="">
|
|
@@ -187,7 +187,7 @@
|
|
|
store_name: '',
|
|
store_name: '',
|
|
|
achievement: '',
|
|
achievement: '',
|
|
|
code: '',
|
|
code: '',
|
|
|
- text: '' //客服微信
|
|
|
|
|
|
|
+ text: 'shxsophina' //客服微信
|
|
|
};
|
|
};
|
|
|
},
|
|
},
|
|
|
onShow() {
|
|
onShow() {
|
|
@@ -541,23 +541,26 @@
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
top: 85rpx;
|
|
top: 85rpx;
|
|
|
right: 0rpx;
|
|
right: 0rpx;
|
|
|
- width: 178rpx;
|
|
|
|
|
- height: 60rpx;
|
|
|
|
|
|
|
+ height: 56rpx;
|
|
|
|
|
+ border-bottom-left-radius:100rpx ;
|
|
|
|
|
+ border-top-left-radius:100rpx ;
|
|
|
|
|
+ background-color: #d5b861;
|
|
|
image {
|
|
image {
|
|
|
width: 178rpx;
|
|
width: 178rpx;
|
|
|
- position: relative;
|
|
|
|
|
- }
|
|
|
|
|
- .u-set-tit {
|
|
|
|
|
|
|
+ height: 56rpx;
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- width: 120rpx;
|
|
|
|
|
- height: 60rpx;
|
|
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
top: 0;
|
|
top: 0;
|
|
|
- right: 0;
|
|
|
|
|
|
|
+ left: 0;
|
|
|
|
|
+ }
|
|
|
|
|
+ .u-set-tit {
|
|
|
|
|
+ position: relative;
|
|
|
|
|
+ padding-left: 60rpx;
|
|
|
|
|
+ height: 56rpx;
|
|
|
|
|
+ line-height: 56rpx;
|
|
|
font-size: 22rpx;
|
|
font-size: 22rpx;
|
|
|
padding-right: 10rpx;
|
|
padding-right: 10rpx;
|
|
|
- line-height: 60rpx;
|
|
|
|
|
-
|
|
|
|
|
|
|
+ color: #666666;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|