需要添加好友页面,优化UI
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -44,6 +44,11 @@
|
||||
key: '4',
|
||||
url: '/pages/my-index/wallet/real-id'
|
||||
},
|
||||
{
|
||||
title: '收货地址',
|
||||
key: '7',
|
||||
url: '/pages/address/index'
|
||||
},
|
||||
// #ifdef H5
|
||||
{
|
||||
title: '邀请好友',
|
||||
|
||||
Reference in New Issue
Block a user