Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
7 years ago
Commit
79ccb5e50881da1ea0c31e6b827119bdda000b0a
1 parent
2c4e29b3
fix apm client error
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/list/product-list-with-filter.js
public/js/product/list/product-list-with-filter.js
View file @
79ccb5e
...
...
@@ -226,7 +226,7 @@ class ProductListWithFilter {
let
$divide
=
$
(
'.search-divide'
);
$divide
.
text
(
'加载失败,点击重试'
);
$divide
.
one
(
'click'
,
function
()
{
$divide
.
one
(
'click'
,
()
=>
{
$divide
.
text
(
'正在加载...'
);
this
.
getGoodsList
();
});
...
...
Please
register
or
login
to post a comment