Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
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
Plain Diff
Browse Files
Authored by
陈峰
2019-04-25 10:09:18 +0800
Commit
ac64e9bb95b772ff6731045af395cdd4cda768ed
2 parents
9bb87f33
1ec0a2ff
Merge branch 'hotfix/ufoproduct' into 'master'
Hotfix/ufoproduct See merge request
!40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/common/yoho.js
apps/common/yoho.js
View file @
ac64e9b
...
...
@@ -597,7 +597,7 @@ const yoho = {
},
// 跳UFO商品详情页
goUfoProductDetail
(
skn
,
name
,
articleId
)
{
goUfoProductDetail
(
{
skn
,
name
,
articleId
=
0
}
)
{
var
url
=
window
.
location
.
protocol
+
'//m.yohobuy.com/'
;
if
(
this
.
isYohoBuy
&&
window
.
yohoInterface
)
{
...
...
Please
register
or
login
to post a comment