guhongwei 3 anni fa
parent
commit
f57c951363
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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}!`)