Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
htoooth
2016-10-31 11:49:55 +0800
Commit
a894bcc09f2d328c6e6ee09d6f56828c6137e475
1 parent
dfd67895
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/detail.page.js
public/js/product/detail.page.js
View file @
a894bcc
...
...
@@ -923,7 +923,7 @@ window.fetchReturn = fetchReturn;
md5
:
md5
}
}).
then
(
function
(
result
)
{
$
(
'.main'
).
html
(
result
);
$
(
'.main'
).
html
(
result
);
bindEvent
.
fire
();
});
...
...
Please
register
or
login
to post a comment