fa5134a4 by zrj

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

1 parent b4d86fc7
...@@ -525,18 +525,16 @@ const handlePickup = () => { ...@@ -525,18 +525,16 @@ const handlePickup = () => {
525 } 525 }
526 526
527 const goliveUrl = () => { 527 const goliveUrl = () => {
528 ElMessage.warning('暂未开放') 528 // ElMessage.warning('暂未开放')
529 529 if (liveData.value.videoStatus == "1") {
530 // if (liveData.value.videoStatus == "1") { 530 window.open(liveData.value.videoUrlCn)
531 // window.open(liveData.value.videoUrlCn) 531 } else {
532 // } else { 532 ElMessage.warning('暂无直播')
533 // ElMessage.warning('暂无直播') 533 }
534 // }
535 } 534 }
536 const gopicliveUrl = () => { 535 const gopicliveUrl = () => {
537 proxy.$modal.msgWarning('暂未开放') 536 // proxy.$modal.msgWarning('暂未开放')
538 return 537 // return
539
540 if (liveData.value.picStatus == "1") { 538 if (liveData.value.picStatus == "1") {
541 window.open(liveData.value.picUrlCn) 539 window.open(liveData.value.picUrlCn)
542 } else { 540 } else {
......
...@@ -40,10 +40,10 @@ ...@@ -40,10 +40,10 @@
40 40
41 <div v-if="liveData&& liveData.videoStatus==1&&form.isLivePic==1" @click.stop="goliveUrl"> 41 <div v-if="liveData&& liveData.videoStatus==1&&form.isLivePic==1" @click.stop="goliveUrl">
42 <div v-if="(currentDateTime>liveData.videoStart)&&(currentDateTime<liveData.videoEnd)" 42 <div v-if="(currentDateTime>liveData.videoStart)&&(currentDateTime<liveData.videoEnd)"
43 class="banner-count"> 43 class="banner-count bb">
44 Live Now 44 Live Now
45 </div> 45 </div>
46 <div v-if="currentDateTime > liveData.videoEnd" class="banner-count"> 46 <div v-if="currentDateTime > liveData.videoEnd" class="banner-count bb">
47 Live End 47 Live End
48 </div> 48 </div>
49 </div> 49 </div>
...@@ -517,12 +517,12 @@ const handlePickup = () => { ...@@ -517,12 +517,12 @@ const handlePickup = () => {
517 } 517 }
518 518
519 const goliveUrl = () => { 519 const goliveUrl = () => {
520 ElMessage.warning('This function is temporarily closed.') 520 // ElMessage.warning('This function is temporarily closed.')
521 // if (liveData.value.videoStatus=="1") { 521 if (liveData.value.videoStatus=="1") {
522 // window.open(liveData.value.videoUrlCn) 522 window.open(liveData.value.videoUrlCn)
523 // } else { 523 } else {
524 // ElMessage.warning('No live' ) 524 ElMessage.warning('No live' )
525 // } 525 }
526 } 526 }
527 const gopicliveUrl = () => { 527 const gopicliveUrl = () => {
528 if (liveData.value.picStatus == "1") { 528 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!