Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-shop-fe2
·
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
liqingzhong
2016-10-10 11:52:08 +0800
Commit
905496f51984890aafa919c2e3ffe9638b25eee1
1 parent
e63769c7
修改提示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/static/js.jquery/module/shop/Decoration.js
code/static/js.jquery/module/shop/Decoration.js
View file @
905496f
...
...
@@ -1578,7 +1578,7 @@ function productSearchShow(id) {
}
// 判断数据存在
if
(
!
resp
.
data
)
{
common
.
util
.
__tip
(
"店铺中没有该 SKN"
,
"warning"
);
common
.
util
.
__tip
(
"店铺中没有该 SKN
, 请确保该商品已上加,且有库存。
"
,
"warning"
);
return
;
}
...
...
Please
register
or
login
to post a comment