Authored by yyq

fix apm client error

... ... @@ -226,7 +226,7 @@ class ProductListWithFilter {
let $divide = $('.search-divide');
$divide.text('加载失败,点击重试');
$divide.one('click', function() {
$divide.one('click', () => {
$divide.text('正在加载...');
this.getGoodsList();
});
... ...