|
|
@@ -127,7 +127,7 @@
|
|
|
<el-row style="padding-right: 5px; padding-left: 5px; padding-bottom: 5px">
|
|
|
<user-avatar-card :userAvatar="user" />
|
|
|
</el-row>
|
|
|
- <el-row style="padding-right: 5px; padding-left: 5px; padding-bottom: 5px">
|
|
|
+ <el-row v-if="showPlaylist" style="padding-right: 5px; padding-left: 5px; padding-bottom: 5px">
|
|
|
<el-card class="box-card">
|
|
|
<div slot="header" class="clearfix">
|
|
|
<el-row>
|
|
|
@@ -196,7 +196,8 @@ export default {
|
|
|
showSubmitErrorDialog: false,
|
|
|
showUpdateDialog: false,
|
|
|
videoUpdate: {
|
|
|
- }
|
|
|
+ },
|
|
|
+ showPlaylist: false
|
|
|
}
|
|
|
},
|
|
|
watch: {
|