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
7 years ago
Commit
3d2f4f8b1ffc76d4d5cc6e8a19b517ebdc2380d4
1 parent
c4aaf920
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/detail-service.js
apps/product/models/detail-service.js
View file @
3d2f4f8
...
...
@@ -1238,7 +1238,7 @@ function _detailDataPkg(origin, uid, vipLevel, cookies) {
result
.
img
=
skuData
.
defaultImage
;
result
.
colors
=
skuData
.
skuGoods
;
result
.
imageAlt
=
skuData
.
imageAlt
result
.
imageAlt
=
skuData
.
imageAlt
;
let
totalStorageNum
=
skuData
.
totalStorageNum
;
// 限购商品
...
...
Please
register
or
login
to post a comment