fa5134a4 by zrj

10.27 世锦赛直播功能以及按钮样式修改

1 parent b4d86fc7
......@@ -525,18 +525,16 @@ const handlePickup = () => {
}
const goliveUrl = () => {
ElMessage.warning('暂未开放')
// if (liveData.value.videoStatus == "1") {
// window.open(liveData.value.videoUrlCn)
// } else {
// ElMessage.warning('暂无直播')
// }
// ElMessage.warning('暂未开放')
if (liveData.value.videoStatus == "1") {
window.open(liveData.value.videoUrlCn)
} else {
ElMessage.warning('暂无直播')
}
}
const gopicliveUrl = () => {
proxy.$modal.msgWarning('暂未开放')
return
// proxy.$modal.msgWarning('暂未开放')
// return
if (liveData.value.picStatus == "1") {
window.open(liveData.value.picUrlCn)
} else {
......
......@@ -40,10 +40,10 @@
<div v-if="liveData&& liveData.videoStatus==1&&form.isLivePic==1" @click.stop="goliveUrl">
<div v-if="(currentDateTime>liveData.videoStart)&&(currentDateTime<liveData.videoEnd)"
class="banner-count">
class="banner-count bb">
Live Now
</div>
<div v-if="currentDateTime > liveData.videoEnd" class="banner-count">
<div v-if="currentDateTime > liveData.videoEnd" class="banner-count bb">
Live End
</div>
</div>
......@@ -517,12 +517,12 @@ const handlePickup = () => {
}
const goliveUrl = () => {
ElMessage.warning('This function is temporarily closed.')
// if (liveData.value.videoStatus=="1") {
// window.open(liveData.value.videoUrlCn)
// } else {
// ElMessage.warning('No live' )
// }
// ElMessage.warning('This function is temporarily closed.')
if (liveData.value.videoStatus=="1") {
window.open(liveData.value.videoUrlCn)
} else {
ElMessage.warning('No live' )
}
}
const gopicliveUrl = () => {
if (liveData.value.picStatus == "1") {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!