Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Plain Diff
Browse Files
Authored by
TaoHuang
6 years ago
Commit
9b04504546ecab9fb440af247fecb0de4156a880
2 parents
6d6c7bfa
39d386f2
Merge branch 'master' into feature/ufo-coupon
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
package.json
public/js/activity/group.page.js
package.json
View file @
9b04504
{
"name"
:
"yohobuywap-node"
,
"version"
:
"6.9.4-
4
"
,
"version"
:
"6.9.4-
6
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/js/activity/group.page.js
View file @
9b04504
...
...
@@ -257,7 +257,7 @@ class Group extends Page {
paramStr
=
`
?
activityId
=
$
{
activityId
}
&
productSkn
=
$
{
productSkn
}
&
openby
:
yohobuy
=
$
{
paramStr
}
`
;
window
.
location
.
href
=
`
/
activity
/
group
/
detail
?
$
{
paramStr
}
`
;
}
else
{
//
window.location.href = `/activity/group/detail?activityId=${activityId}&productSkn=${productSkn}`;
window
.
location
.
href
=
`
/
activity
/
group
/
detail
?
activityId
=
$
{
activityId
}
&
productSkn
=
$
{
productSkn
}
`
;
}
}
...
...
Please
register
or
login
to post a comment