feat: update player check
This commit is contained in:
@@ -208,7 +208,7 @@ onUnmounted(() => {
|
|||||||
<div class="flex-1">
|
<div class="flex-1">
|
||||||
<div v-if="article">
|
<div v-if="article">
|
||||||
<div id="player">
|
<div id="player">
|
||||||
<div class="relative flex items-center justify-center bg-gray-100" v-if="!player.value">
|
<div class="relative flex items-center justify-center bg-gray-100" v-if="!player">
|
||||||
<div @click="initializePlayer"
|
<div @click="initializePlayer"
|
||||||
class="absolute z-1 rounded-full bg-orange-500 text-white border-2 border-yellow-500 font-bold px-4 py-2">
|
class="absolute z-1 rounded-full bg-orange-500 text-white border-2 border-yellow-500 font-bold px-4 py-2">
|
||||||
点击播放
|
点击播放
|
||||||
|
|||||||
Reference in New Issue
Block a user