Explorar o código

VideoPage.vue 右侧显示"接下来播放" header

reghao %!s(int64=2) %!d(string=hai) anos
pai
achega
6970bb535b
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      src/views/home/VideoPage.vue

+ 2 - 3
src/views/home/VideoPage.vue

@@ -128,11 +128,11 @@
           <user-avatar-card v-if="user !== null" :user-avatar="user" />
         </el-row>
       </el-row>
-      <el-row v-if="showPlaylist" style="padding-right: 5px; padding-left: 5px; padding-bottom: 5px">
+      <el-row style="padding-right: 5px; padding-left: 5px; padding-bottom: 5px">
         <el-card class="box-card">
           <div slot="header" class="clearfix">
             <el-row>
-              <h3>播放列表</h3>
+              <h3>接下来播放</h3>
             </el-row>
             <el-row>
               <span>自动播放 <el-switch v-model="autoPlay" /></span>
@@ -264,7 +264,6 @@ export default {
         content: '视频',
         route: '/video'
       },
-      showPlaylist: false,
       autoPlay: false
     }
   },