提交 92c8aa96 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 ff2d50c2
...@@ -412,7 +412,7 @@ ...@@ -412,7 +412,7 @@
"liveStreaming": "正在直播", "liveStreaming": "正在直播",
"liveEnd": "直播结束", "liveEnd": "直播结束",
"liveEndNotVideo": "直播结束,视频剪辑中", "liveEndNotVideo": "直播结束,视频剪辑中",
"watchReplay": "观看回放", "watchReplay": "观看",
"noPlayback": "该直播没有回放", "noPlayback": "该直播没有回放",
"startInMinutes": "{minutes}分钟后开始", "startInMinutes": "{minutes}分钟后开始",
"startInHours": "{h}小时{min}分钟后开始", "startInHours": "{h}小时{min}分钟后开始",
......
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
> >
{{ item1.name }} {{ item1.name }}
<template v-if="[5, 8].includes(item1.type)"> <template v-if="[5, 8].includes(item1.type)">
<div class="time">{{ item1.live.start_time }} {{ item1.live.statusStr }}</div> <div class="time"><template v-if="item1.live.statusStr !== '观看'">{{ item1.live.start_time }}</template> {{ item1.live.statusStr }}</div>
</template> </template>
<template v-else> <template v-else>
<div class="time">{{ item1.time }}</div> <div class="time">{{ item1.time }}</div>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论