注释搜索:主播发送消息

观看列表只能主播跟管理员查看
This commit is contained in:
cbb
2026-02-10 17:49:33 +08:00
parent 2cc252dce0
commit 20ccbf1f14
19 changed files with 190 additions and 67 deletions

View File

@@ -1,10 +1,11 @@
<script setup>
import { useAuthUser } from '@/composables/useAuthUser'
import { onLoad } from '@dcloudio/uni-app'
import { onLoad, onShow } from '@dcloudio/uni-app'
import { navigateTo } from '@/utils/router'
import { useUI } from '@/utils/use-ui'
import { formatNumberWithWan } from '../../utils'
import { getUserPayPwd } from '@/api/my-index'
import { useUserStore } from '../../stores/user'
const bottomList = [
{
@@ -17,7 +18,11 @@
icon: 'user-code',
url: '/pages/my-index/wallet/invite'
},
{ name: '我的拼团伙伴', icon: 'team', url: '/pages/my-index/my-team' },
{
name: '我的拼团伙伴',
icon: 'team',
url: '/pages/my-index/my-team'
},
// { name: '群创建直播', icon: 'videocam', url: '' },
{
name: '直播记录',
@@ -46,6 +51,7 @@
}
]
const { getIntegral } = useUserStore()
const { showDialog } = useUI()
const { userInfo, integralData } = useAuthUser()
@@ -70,6 +76,9 @@
// 获取用户信息
console.log(userInfo.value, '===获取用户信息')
})
onShow(() => {
getIntegral(false)
})
</script>
<template>
@@ -179,7 +188,9 @@
display: flex;
flex-direction: column;
.name {
font-family: PingFang SC, PingFang SC;
font-family:
PingFang SC,
PingFang SC;
font-weight: bold;
font-size: 32rpx;
color: #333333;
@@ -227,7 +238,9 @@
display: flex;
flex-direction: column;
text {
font-family: PingFang SC, PingFang SC;
font-family:
PingFang SC,
PingFang SC;
font-weight: 500;
font-size: 28rpx;
color: #ffffff;
@@ -248,7 +261,9 @@
height: 64rpx;
line-height: 64rpx;
border-radius: 100rpx 100rpx 100rpx 100rpx;
font-family: PingFang SC, PingFang SC;
font-family:
PingFang SC,
PingFang SC;
font-weight: 500;
font-size: 28rpx;
color: #ffffff;
@@ -283,7 +298,9 @@
}
.text-box {
margin-left: 16rpx;
font-family: PingFang SC, PingFang SC;
font-family:
PingFang SC,
PingFang SC;
font-weight: 500;
font-size: 32rpx;
color: #333333;