群UI需要调整

This commit is contained in:
cbb
2026-01-23 16:55:42 +08:00
parent 99396e9966
commit c508b1fcb4
21 changed files with 1069 additions and 211 deletions

View File

@@ -13,6 +13,7 @@
const getList = async () => {
const res = await getUserServiceFree()
customerData.value = res?.data || {}
console.log( customerData.value)
}
const handleSwitchConversation = async () => {

View File

@@ -21,7 +21,7 @@
</view>
<view class="code-img">
<l-qrcode
:value="`/pages/adduser/index?id=${tencentUserSig.userId}`"
:value="`/pages/adduser/details?id=${tencentUserSig.userId}`"
size="240"
/>
</view>