修复已知问题
This commit is contained in:
@@ -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: '直播记录',
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
<!-- 顶部卡片 -->
|
||||
<view class="top-card">
|
||||
<view class="num-box">
|
||||
<text>我的拼团(人)</text>
|
||||
<text>我的拼团伙伴(人)</text>
|
||||
<text>{{ userInfo.teamCount }}</text>
|
||||
</view>
|
||||
<image
|
||||
|
||||
@@ -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> -->
|
||||
|
||||
Reference in New Issue
Block a user