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
Email Patches
Plain Diff
Browse Files
Authored by
QC-L
6 years ago
Commit
ea41a3f2baa4098c151d33e03c3cb2f664210efa
1 parent
af36e5bf
修复无法跳转的问题
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/activity/group.page.js
public/js/activity/group.page.js
View file @
ea41a3f
...
...
@@ -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