修复已知问题
This commit is contained in:
@@ -12,7 +12,14 @@
|
||||
icon: 'wallet',
|
||||
url: '/pages/my-index/wallet/index'
|
||||
},
|
||||
{ name: '我的团队', icon: 'team', url: '/pages/my-index/my-team' },
|
||||
// #ifdef H5
|
||||
{
|
||||
name: '邀请好友',
|
||||
icon: 'user-code',
|
||||
url: '/pages/my-index/wallet/invite'
|
||||
},
|
||||
// #endif
|
||||
{ name: '我的拼团', icon: 'team', url: '/pages/my-index/my-team' },
|
||||
// { name: '群创建直播', icon: 'videocam', url: '' },
|
||||
{
|
||||
name: '直播记录',
|
||||
@@ -174,9 +181,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
.name {
|
||||
font-family:
|
||||
PingFang SC,
|
||||
PingFang SC;
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: bold;
|
||||
font-size: 32rpx;
|
||||
color: #333333;
|
||||
@@ -224,9 +229,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
text {
|
||||
font-family:
|
||||
PingFang SC,
|
||||
PingFang SC;
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 500;
|
||||
font-size: 28rpx;
|
||||
color: #ffffff;
|
||||
@@ -247,9 +250,7 @@
|
||||
height: 64rpx;
|
||||
line-height: 64rpx;
|
||||
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
||||
font-family:
|
||||
PingFang SC,
|
||||
PingFang SC;
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 500;
|
||||
font-size: 28rpx;
|
||||
color: #ffffff;
|
||||
@@ -284,9 +285,7 @@
|
||||
}
|
||||
.text-box {
|
||||
margin-left: 16rpx;
|
||||
font-family:
|
||||
PingFang SC,
|
||||
PingFang SC;
|
||||
font-family: PingFang SC, PingFang SC;
|
||||
font-weight: 500;
|
||||
font-size: 32rpx;
|
||||
color: #333333;
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<!-- 顶部卡片 -->
|
||||
<view class="top-card">
|
||||
<view class="num-box">
|
||||
<text>我的团队(人)</text>
|
||||
<text>我的拼团(人)</text>
|
||||
<text>{{ userInfo.teamCount }}</text>
|
||||
</view>
|
||||
<image
|
||||
|
||||
@@ -48,14 +48,7 @@
|
||||
title: '收货地址',
|
||||
key: '7',
|
||||
url: '/pages/address/index'
|
||||
},
|
||||
// #ifdef H5
|
||||
{
|
||||
title: '邀请好友',
|
||||
key: '6',
|
||||
url: '/pages/my-index/wallet/invite'
|
||||
}
|
||||
// #endif
|
||||
]
|
||||
}
|
||||
onShow(() => {
|
||||
|
||||
Reference in New Issue
Block a user