修复已知问题

This commit is contained in:
cbb
2026-02-02 15:45:24 +08:00
parent f4e3496e3c
commit fa0faa6be6
10 changed files with 220 additions and 194 deletions

View File

@@ -12,14 +12,12 @@
icon: 'wallet',
url: '/pages/my-index/wallet/index'
},
// #ifdef H5
{
name: '邀请好友',
icon: 'user-code',
url: '/pages/my-index/wallet/invite'
},
// #endif
{ name: '我的拼团', icon: 'team', url: '/pages/my-index/my-team' },
{ name: '我的拼团伙伴', icon: 'team', url: '/pages/my-index/my-team' },
// { name: '群创建直播', icon: 'videocam', url: '' },
{
name: '直播记录',

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

@@ -8,7 +8,7 @@
const { origin } = window.location
return `${origin}/pages/login/phone-register/phone-register?invitationCode=${userInfo.value.invitationCode}`
})
// 复制文本通用函数
const copyText = text => {
uni.setClipboardData({
@@ -42,7 +42,7 @@
</button>
</view>
</view>
<!-- #ifdef H5 -->
<view class="divider"></view>
<view class="card-item">
@@ -54,11 +54,19 @@
</button>
</view>
</view>
<!-- #endif -->
</view>
<!-- #ifdef H5 -->
<view class="share-tips">
<text>将邀请码发送给好友即可完成邀请</text>
</view>
<!-- #endif -->
<!-- #ifdef APP-NVUE -->
<view class="share-tips">
<text>将链接或邀请码发送给好友即可完成邀请</text>
</view>
<!-- #endif -->
<!-- 可选添加分享按钮如微信朋友圈等 -->
<!-- <button class="share-btn">分享到微信</button> -->