修复已知问题

This commit is contained in:
bobobobo
2026-01-26 23:19:37 +08:00
parent 92ca8d72ce
commit 33bf08c981
15 changed files with 460 additions and 121 deletions

View File

@@ -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;

View File

@@ -9,7 +9,7 @@
<!-- 顶部卡片 -->
<view class="top-card">
<view class="num-box">
<text>我的团()</text>
<text>我的()</text>
<text>{{ userInfo.teamCount }}</text>
</view>
<image

View File

@@ -48,14 +48,7 @@
title: '收货地址',
key: '7',
url: '/pages/address/index'
},
// #ifdef H5
{
title: '邀请好友',
key: '6',
url: '/pages/my-index/wallet/invite'
}
// #endif
]
}
onShow(() => {