需要添加视频直播测试

This commit is contained in:
cbb
2026-01-09 17:46:57 +08:00
parent 2e5a72c25e
commit 83fec2617c
5 changed files with 191 additions and 47 deletions

View File

@@ -1,10 +1,19 @@
<script setup></script>
<script setup>
import realId from '../../../../../pages/my-index/wallet/real-id'
import { onLoad } from '@dcloudio/uni-app'
import { ref } from '../../../../adapter-vue'
const stateData = ref(0)
onLoad(e => {
stateData.value = Number(e?.type)
})
</script>
<template>
<view>
<nav-bar isTopBg isPlaceholder title="申请主播"></nav-bar>
申请直播TUIKit\components\TUIChat\message-input-toolbar\live-stream\apply.vue
<view class="apply-box"></view>
<realId v-model="stateData" isLiveStream></realId>
</view>
</template>