|
@@ -16,6 +16,10 @@
|
|
|
<view @click="goto('/pages/my/userinfo')">{{ userinfo.nickname }}</view>
|
|
<view @click="goto('/pages/my/userinfo')">{{ userinfo.nickname }}</view>
|
|
|
<text v-if="isAuthentication">({{ userinfo.is_authentication == 0 ? "未实名" : "已实名" }})</text>
|
|
<text v-if="isAuthentication">({{ userinfo.is_authentication == 0 ? "未实名" : "已实名" }})</text>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+ <view class="live_name flex_r flex_ac flex_jc">
|
|
|
|
|
+ <img src="@/static/my/huangguan.png" class="live_ico">
|
|
|
|
|
+ <span>{{ typeto(localInfo.level_id) }}</span>
|
|
|
|
|
+ </view>
|
|
|
<view class="user_account flex_r flex_ac mar_t16">
|
|
<view class="user_account flex_r flex_ac mar_t16">
|
|
|
<view class="account">账号:{{ userinfo.mobile }}</view>
|
|
<view class="account">账号:{{ userinfo.mobile }}</view>
|
|
|
<view class="copy_account flex_r flex_ac flex_jc" @tap="copyText(userinfo.mobile)">复制</view>
|
|
<view class="copy_account flex_r flex_ac flex_jc" @tap="copyText(userinfo.mobile)">复制</view>
|
|
@@ -36,10 +40,10 @@
|
|
|
</view>
|
|
</view>
|
|
|
<!-- 用户信息-end -->
|
|
<!-- 用户信息-end -->
|
|
|
<!-- 节点 -->
|
|
<!-- 节点 -->
|
|
|
- <!-- <view class="regional" v-if="userinfo.regionalNode">
|
|
|
|
|
|
|
+ <view class="regional" v-if="localInfo.regional">
|
|
|
<img src="@/static/my/regional.png" alt="" srcset="" class="ico">
|
|
<img src="@/static/my/regional.png" alt="" srcset="" class="ico">
|
|
|
- <span class="txtinfo">区域节点:{{ userinfo.regionalNode.regional_name }}</span>
|
|
|
|
|
- </view> -->
|
|
|
|
|
|
|
+ <span class="txtinfo">区域服务节点:{{ localInfo.regional }}</span>
|
|
|
|
|
+ </view>
|
|
|
<!-- 账户信息 -->
|
|
<!-- 账户信息 -->
|
|
|
<view class="acc_info flex_r flex_jse">
|
|
<view class="acc_info flex_r flex_jse">
|
|
|
<div class="i_num" @click="goto('/pages/accountDetails/teaBaby')">
|
|
<div class="i_num" @click="goto('/pages/accountDetails/teaBaby')">
|
|
@@ -60,7 +64,7 @@
|
|
|
<view class="fun_con mar_t50 flex_r flex_ac">
|
|
<view class="fun_con mar_t50 flex_r flex_ac">
|
|
|
<navigator class="fun_list flex_c flex_ac" url="/pagesB/my/shuZhiWallet" hover-class="none">
|
|
<navigator class="fun_list flex_c flex_ac" url="/pagesB/my/shuZhiWallet" hover-class="none">
|
|
|
<image class="fun_img" src="/static/my/deposit.png"></image>
|
|
<image class="fun_img" src="/static/my/deposit.png"></image>
|
|
|
- <view class="fun_text">数智钱包</view>
|
|
|
|
|
|
|
+ <view class="fun_text">我的财富</view>
|
|
|
</navigator>
|
|
</navigator>
|
|
|
<navigator class="fun_list flex_c flex_ac" url="/pagesB/orderingfood/orderlist" hover-class="none">
|
|
<navigator class="fun_list flex_c flex_ac" url="/pagesB/orderingfood/orderlist" hover-class="none">
|
|
|
<image class="fun_img" src="/static/my/order_history.png"></image>
|
|
<image class="fun_img" src="/static/my/order_history.png"></image>
|
|
@@ -87,10 +91,6 @@
|
|
|
<image class="fun_img" src="/static/my/consign.png"></image>
|
|
<image class="fun_img" src="/static/my/consign.png"></image>
|
|
|
<view class="fun_text">寄卖</view>
|
|
<view class="fun_text">寄卖</view>
|
|
|
</navigator>
|
|
</navigator>
|
|
|
- <navigator class="fun_list flex_c flex_ac" @tap="getToTeaList" hover-class="none">
|
|
|
|
|
- <image class="fun_img" src="/static/my/shequ.png"></image>
|
|
|
|
|
- <view class="fun_text">社区</view>
|
|
|
|
|
- </navigator>
|
|
|
|
|
<navigator class="fun_list flex_c flex_ac" url="/pages/account/giveAsPresent" hover-class="none">
|
|
<navigator class="fun_list flex_c flex_ac" url="/pages/account/giveAsPresent" hover-class="none">
|
|
|
<image class="fun_img" src="/static/my/give.png"></image>
|
|
<image class="fun_img" src="/static/my/give.png"></image>
|
|
|
<view class="fun_text">赠送</view>
|
|
<view class="fun_text">赠送</view>
|
|
@@ -342,12 +342,6 @@ export default {
|
|
|
url: "/pages/setting/index",
|
|
url: "/pages/setting/index",
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
- // 跳转到我的茶友页面
|
|
|
|
|
- getToTeaList: function() {
|
|
|
|
|
- uni.navigateTo({
|
|
|
|
|
- url: "/pages/my-tea-list/index",
|
|
|
|
|
- });
|
|
|
|
|
- },
|
|
|
|
|
// 跳转到拼豆页面
|
|
// 跳转到拼豆页面
|
|
|
getToBean: function() {
|
|
getToBean: function() {
|
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
@@ -381,6 +375,16 @@ export default {
|
|
|
},
|
|
},
|
|
|
activation() {
|
|
activation() {
|
|
|
this.$refs.activation.open()
|
|
this.$refs.activation.open()
|
|
|
|
|
+ },
|
|
|
|
|
+ typeto(va) {
|
|
|
|
|
+ switch (va) {
|
|
|
|
|
+ case 1: return "VIP";
|
|
|
|
|
+ case 2: return "群主";
|
|
|
|
|
+ case 3: return "合伙人";
|
|
|
|
|
+ case 4: return "副总";
|
|
|
|
|
+ case 5: return "联合发起人";
|
|
|
|
|
+ default: return ""
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
};
|
|
};
|
|
@@ -483,9 +487,8 @@ page {
|
|
|
.user_name {
|
|
.user_name {
|
|
|
width: 100%;
|
|
width: 100%;
|
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
|
- font-size: 44rpx;
|
|
|
|
|
|
|
+ font-size: 40rpx;
|
|
|
color: #121212;
|
|
color: #121212;
|
|
|
- font-family: "SourceHanSansSC-Medium";
|
|
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
line-height: 1;
|
|
line-height: 1;
|
|
|
}
|
|
}
|
|
@@ -498,29 +501,42 @@ page {
|
|
|
font-size: 20rpx;
|
|
font-size: 20rpx;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
|
|
+.live_name{
|
|
|
|
|
+ background-color: #f1d3a8;
|
|
|
|
|
+ padding: 2rpx 8rpx;
|
|
|
|
|
+ margin-top: 10rpx;
|
|
|
|
|
+ border-radius: 8rpx;
|
|
|
|
|
+ .live_ico{
|
|
|
|
|
+ width: 26rpx;
|
|
|
|
|
+ height: 26rpx;
|
|
|
|
|
+ margin-right: 6rpx;
|
|
|
|
|
+ }
|
|
|
|
|
+ span{
|
|
|
|
|
+ font-size: 22rpx;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
// 用户信息-end
|
|
// 用户信息-end
|
|
|
|
|
|
|
|
-// .regional {
|
|
|
|
|
-// padding: 0 10rpx;
|
|
|
|
|
-// margin-top: 16rpx;
|
|
|
|
|
-
|
|
|
|
|
-// .ico {
|
|
|
|
|
-// width: 32rpx;
|
|
|
|
|
-// height: 32rpx;
|
|
|
|
|
-// margin-right: 12rpx;
|
|
|
|
|
-// }
|
|
|
|
|
-
|
|
|
|
|
-// .txtinfo {
|
|
|
|
|
-// color: #000;
|
|
|
|
|
-// font-size: 25rpx;
|
|
|
|
|
-// }
|
|
|
|
|
-
|
|
|
|
|
-// .ico,
|
|
|
|
|
-// .txtinfo {
|
|
|
|
|
-// vertical-align: middle;
|
|
|
|
|
-// }
|
|
|
|
|
-// }
|
|
|
|
|
|
|
+.regional {
|
|
|
|
|
+ padding: 0 10rpx;
|
|
|
|
|
+ margin-top: 16rpx;
|
|
|
|
|
+
|
|
|
|
|
+ .ico {
|
|
|
|
|
+ width: 32rpx;
|
|
|
|
|
+ height: 32rpx;
|
|
|
|
|
+ margin-right: 12rpx;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .txtinfo {
|
|
|
|
|
+ color: #000;
|
|
|
|
|
+ font-size: 25rpx;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ .ico,
|
|
|
|
|
+ .txtinfo {
|
|
|
|
|
+ vertical-align: middle;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
|
|
|
// 账户信息
|
|
// 账户信息
|
|
|
.acc_info {
|
|
.acc_info {
|