提交 147f520c authored 作者: 王鹏飞's avatar 王鹏飞

fix: const -> let

上级 3ad2d873
......@@ -123,7 +123,7 @@ export default {
live_type: liveType,
start_time: liveTime
} = data
const message = this.calcTimeText(liveTime, liveStatus)
let message = this.calcTimeText(liveTime, liveStatus)
if (liveStatus === 103 && data.enable_record !== 1) {
message = this.$t('live.noPlayback')
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论