@@ -145,7 +145,7 @@
})
},
noticeBtn(){
- if (this.info.status=='0') {
+ if (this.info.status=='1') {
window.location.href = `/platlive/achieveLive/detail?id=${this.info.id}`
}else{
alert(`展会尚未开启,展会开始时间:${this.info.start_time}!`)