Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2016-08-01 11:51:13 +0800
Commit
0d2d194626f5088c5b99380d0053d2cfef31aaa5
1 parent
3a626c03
修复微信跳转链接
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/models/item.js
apps/product/models/item.js
View file @
0d2d194
...
...
@@ -73,7 +73,7 @@ const getProductItemData = (params, url, uid) => {
}
result
.
uid
=
uid
;
result
.
mainPath
=
url
;
result
.
mainPath
=
`
/
product$
{
url
}
`
;
// 商品基本信息
data
.
goodInfo
=
itemFun
.
setProductData
(
result
);
...
...
Please
register
or
login
to post a comment