修复已知问题
This commit is contained in:
@@ -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