This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<view class="relative absolute">
|
||||
<view class="relative">
|
||||
<!-- 直播区域 -->
|
||||
|
||||
<view class="danmaku-box">
|
||||
@@ -208,7 +208,9 @@ import wzj from "../../static/wzj.json";
|
||||
import zj from "../../static/zj.json";
|
||||
import vueDanmaku from "vue3-danmaku";
|
||||
|
||||
onMounted(() => {});
|
||||
onMounted(() => {
|
||||
getWinInfo()
|
||||
});
|
||||
|
||||
const danmakuRef = ref();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user