Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
毕凯
9 years ago
Commit
704d95f052e33139311b6f61251dd2002e34129b
1 parent
e6e7a7a1
取消错误代码
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
web-static/js/product/product.js
web-static/js/product/product.js
View file @
704d95f
...
...
@@ -97,9 +97,9 @@ exports.init = function(num) {
containerPt
;
//商品列表容器的上内边距
// 获取图片之前,先把获取上一张图片的ajax请求取消。 网络差的时候会出现错误
if
(
getProductAjax
)
{
getProductAjax
.
abort
();
}
// if (getProductAjax) {
// getProductAjax.abort();
// }
getProductAjax
=
$
.
ajax
({
type
:
'POST'
,
...
...
Please
register
or
login
to post a comment