Browse Source

bug修复

chenrui 3 năm trước cách đây
mục cha
commit
7e5efc221d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)
       }
     }
   },