Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
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
李奇
2017-08-03 10:11:18 +0800
Commit
4920f9d519a1537b6464a4e26ab22fec9e7166f2
1 parent
e74fc34f
商品列表页服务端渲染修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
public/vue/product/list/index.vue
public/vue/product/list/index.vue
View file @
4920f9d
...
...
@@ -119,9 +119,9 @@
self.inSearching = false;
// 完成后删除服务端渲染的元素
// setTimeout(()=> {
// $('#ssr').remove();
// }, 500);
setTimeout(()=> {
$('#ssr').remove();
}, 500);
});
},
...
...
Please
register
or
login
to post a comment