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-18 14:50:40 +0800
Commit
aa068d7eb69ae794143d786e7630021b105044ae
1 parent
5527bb24
错字修改
Show 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 @
aa068d7
...
...
@@ -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