Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-frontend
·
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
xuqi
2015-05-19 14:04:13 +0800
Commit
010009c7a2b7b473e4fad36fb57cbcb027ebd3c6
1 parent
b469e06d
修正商品连续点击显示错误的问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mobile/public/js/template.js
mobile/public/js/template.js
View file @
010009c
...
...
@@ -213,7 +213,7 @@ exports.init = function() {
html
+=
Mustache
.
render
(
tpl
,
goods
[
i
]);
}
}
if
(
nav
.
reload
)
{
if
(
nav
.
reload
||
len
===
0
)
{
$container
.
html
(
html
);
}
else
{
$container
.
append
(
html
);
...
...
Please
register
or
login
to post a comment