需要添加视频直播测试
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user