Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
毕凯
2015-12-16 20:22:31 +0800
Commit
8966808aedef559478bd2e64feefa0c799a21d48
1 parent
2116becf
增加容错处理
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
static/js/cart/gift-advance.js
static/js/cart/gift-advance.js
View file @
8966808
...
...
@@ -36,6 +36,9 @@ function getProductInfo(skn, promotionId) {
return
;
}
console
.
log
(
res
);
if
(
!
panelTmpl
)
{
return
;
}
if
(
res
.
code
===
200
)
{
$chosePanel
.
html
(
panelTmpl
(
res
.
data
));
chosePanel
.
show
();
...
...
Please
register
or
login
to post a comment