提现功能需要添加

This commit is contained in:
bobobobo
2026-01-04 23:35:06 +08:00
parent a4ae562396
commit 42eba945e8
58 changed files with 4825 additions and 1015 deletions

View File

@@ -2,9 +2,6 @@
import { onLoad } from '@dcloudio/uni-app'
import { useAuthUser } from '@/composables/useAuthUser'
import { TUIConversation } from '@/TUIKit'
const { tencentUserSig } = useAuthUser()
onLoad(() => {
console.log(tencentUserSig.value, '===222===')
@@ -17,8 +14,7 @@
<template #right>右侧按钮</template>
</nav-bar>
<cb-search placeholder="搜索"></cb-search> -->
<TUIConversation></TUIConversation>
222
</view>
<!-- -->
</template>