浏览代码

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
       this.openNewProduct = false
       if (this.onlineFalg == '1') {
       if (this.onlineFalg == '1') {
         this.onlineFalg = '0'
         this.onlineFalg = '0'
-        setTimeout(() => { _this.openNewProduct = true }, 100)
+        setTimeout(() => { _this.hasNewProduct() }, 100)
       }
       }
     }
     }
   },
   },