guhongwei 3 years ago
parent
commit
f57c951363
1 changed files with 1 additions and 1 deletions
  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}!`)