需要添加好友页面,优化UI

This commit is contained in:
bobobobo
2026-01-22 22:44:58 +08:00
parent 571e91b01c
commit 99396e9966
3 changed files with 8 additions and 6 deletions

View File

@@ -12,9 +12,9 @@
windowHeight.value = info.windowHeight - 4
url.value = `https://www.axd01wf.cfd/chat/index?channelId=${
import.meta.env.VITE_CHANNEL_ID
}&groupId=${import.meta.env.VITE_GROUP_ID}&userName=${
userInfo.value.userName
}&phone=${userInfo.value.mobile}&email=${userInfo.value.email}`
}&userName=${userInfo.value.userName}&phone=${
userInfo.value.mobile
}&email=${userInfo.value.email}`
})
</script>

View File

@@ -44,6 +44,11 @@
key: '4',
url: '/pages/my-index/wallet/real-id'
},
{
title: '收货地址',
key: '7',
url: '/pages/address/index'
},
// #ifdef H5
{
title: '邀请好友',