From d6ceb62b3d8ab93bc8a835a6cc0f0848efc389ba Mon Sep 17 00:00:00 2001 From: luyuan <1162963624@qq.com> Date: Tue, 10 Nov 2020 17:57:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=BA=86=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E5=BC=80=E6=92=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/LivePlay.vue | 4 ++-- src/components/VideoCont.vue | 15 +++++++++------ src/components/VideoReview.vue | 2 +- src/views/regime/Livedetail.vue | 2 +- src/views/regime/Liveing.vue | 33 ++++++++++++++++++++++----------- src/views/regime/VideoInfo.vue | 2 +- 6 files changed, 36 insertions(+), 22 deletions(-) diff --git a/src/components/LivePlay.vue b/src/components/LivePlay.vue index dbf3e04..e6598e7 100644 --- a/src/components/LivePlay.vue +++ b/src/components/LivePlay.vue @@ -9,7 +9,7 @@
- {{info.dateline}} + {{info.tlanguage}}
@@ -17,7 +17,7 @@
- 5.0{{lan.$t('fen')}} + {{info.score}}{{lan.$t('fen')}}
diff --git a/src/components/VideoCont.vue b/src/components/VideoCont.vue index 70a16cf..53b9d61 100644 --- a/src/components/VideoCont.vue +++ b/src/components/VideoCont.vue @@ -34,7 +34,7 @@
{{lan.$t('yuanyin')}} - {{lan.$t('yuanyintext')}} + {{yuanyin}}
@@ -129,20 +129,23 @@ import { useRoute } from 'vue-router'; export default defineComponent({ props:{ - date:{ + date: { type:String }, - watch:{ + watch: { type:Number }, - share:{ + share: { type:Number }, - status:{ + status: { type:Number }, - videoid:{ + videoid: { type:Number + }, + yuanyin: { + type: String } }, setup(){ diff --git a/src/components/VideoReview.vue b/src/components/VideoReview.vue index 65d369a..2e12fde 100644 --- a/src/components/VideoReview.vue +++ b/src/components/VideoReview.vue @@ -1,5 +1,5 @@