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 @@
-
+
{{lan.$t('shipinpingjia')}}
diff --git a/src/views/regime/Livedetail.vue b/src/views/regime/Livedetail.vue
index 047d52e..d8d698b 100644
--- a/src/views/regime/Livedetail.vue
+++ b/src/views/regime/Livedetail.vue
@@ -7,7 +7,7 @@
-
+