视频回复

This commit is contained in:
luyuan 2020-11-06 22:55:30 +08:00
parent 013cae84af
commit 15e2acbbe0
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
4 changed files with 4 additions and 4 deletions

View File

@ -157,7 +157,7 @@
width: 57px;
height: 57px;
border-radius: 50%;
background-color: #0f0;
// background-color: #0f0;
}
}
}

View File

@ -63,7 +63,7 @@
width: 57px;
height: 57px;
border-radius: 50%;
background-color: #0f0;
// background-color: #0f0;
}
.name{

View File

@ -33,7 +33,7 @@
width: 45px;
height: 45px;
border-radius: 50%;
background-color: #0f0;
// background-color: #0f0;
}
.name{

View File

@ -4,7 +4,7 @@
<VideoPlay :url="result.fileurl"></VideoPlay>
<VideoCont :videoid="result.videoid" :date="result.createdAt" :watch="result.watch" :share="result.share" :status="result.status"></VideoCont>
</div>
<VideoReview class="review"></VideoReview>
<VideoReview class="review" v-if="result.status == 1"></VideoReview>
</div>
</template>
<style lang="scss" scoped>