guhongwei 3 年之前
父节点
当前提交
f57c951363
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/home.html

+ 1 - 1
public/home.html

@@ -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}!`)