소스 검색

bug修复

chenrui 3 년 전
부모
커밋
7e5efc221d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/Home.vue

+ 1 - 1
src/views/Home.vue

@@ -78,7 +78,7 @@ export default {
       this.openNewProduct = false
       if (this.onlineFalg == '1') {
         this.onlineFalg = '0'
-        setTimeout(() => { _this.openNewProduct = true }, 100)
+        setTimeout(() => { _this.hasNewProduct() }, 100)
       }
     }
   },