Sfoglia il codice sorgente

联合丽格V1.0.2

zhengjinyi 2 anni fa
parent
commit
6525449b39
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      src/main/resources/static/js/product/list.js

+ 2 - 2
src/main/resources/static/js/product/list.js

@@ -365,9 +365,9 @@ var productList = new Vue({
                 })
                 this.choiceBrandText = names.join(',').slice(0,15)
             }
+            // 获取列表数据
+            this.getListByKeyword();
         },500)
-        // 获取列表数据
-        this.getListByKeyword();
     },
     mounted: function () {
         var _self = this;