|
|
@@ -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
|
|
|
}
|
|
|
},
|