Explorar o código

联合丽格V1.0.2

zhengjinyi %!s(int64=2) %!d(string=hai) anos
pai
achega
6525449b39
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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;