Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-limited-sell-miniapp
·
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
htoooth
2018-07-11 11:38:37 +0800
Commit
66e28816d847b805a8b424951fa8171723584f8b
1 parent
4c57d051
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/pages/product/detail/detail.js
app/pages/product/detail/detail.js
View file @
66e2881
...
...
@@ -583,7 +583,7 @@ Page(Object.assign({
}
router
.
go
(
'userCenter'
,
{
referer
:
`
/
pages
/
product
/
detail
/
detail
?
$
{
stringify
(
data
)}
`
,
referer
:
`
/
pages
/
product
/
detail
/
detail
?
$
{
decodeURIComponent
(
stringify
(
data
)
)}
`
,
login
});
},
...
...
Please
register
or
login
to post a comment