Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
baiguangyao
mr-julyedu
Commits
a6b931aa
Commit
a6b931aa
authored
Dec 18, 2019
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
微信授权登录
parent
3ac9e046
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
src/components/activity/newyear-2019/landing/index.js
+7
-2
No files found.
src/components/activity/newyear-2019/landing/index.js
View file @
a6b931aa
...
@@ -92,7 +92,7 @@ class Landing extends Component {
...
@@ -92,7 +92,7 @@ class Landing extends Component {
}
}
showSharePromptWithParam
=
()
=>
{
showSharePromptWithParam
=
()
=>
{
if
(
sessionStorage
.
getItem
(
'showShareTip'
))
{
if
(
sessionStorage
.
getItem
(
'showShareTip'
)
&&
!
sessionStorage
.
getItem
(
'closedRemind'
)
)
{
this
.
showShareTip
()
this
.
showShareTip
()
}
}
}
}
...
@@ -287,6 +287,7 @@ class Landing extends Component {
...
@@ -287,6 +287,7 @@ class Landing extends Component {
<
/div>
,
<
/div>
,
close
:
()
=>
{
close
:
()
=>
{
// history.replace(`${match.path}?treasure_code=${treasure_code}&origin=1`)
// history.replace(`${match.path}?treasure_code=${treasure_code}&origin=1`)
sessionStorage
.
setItem
(
'closedRemind'
,
'1'
)
this
.
fetchPageData
({
this
.
fetchPageData
({
treasure_code
,
treasure_code
,
origin
origin
...
@@ -356,7 +357,11 @@ class Landing extends Component {
...
@@ -356,7 +357,11 @@ class Landing extends Component {
const
{
history
,
user
}
=
this
.
props
const
{
history
,
user
}
=
this
.
props
if
(
user
.
hasError
)
{
if
(
user
.
hasError
)
{
history
.
push
(
'/passport'
)
if
(
browser
.
isWeixin
)
{
window
.
location
.
assign
(
`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx23dac6775ac82877&redirect_uri=
${
encodeURIComponent
(
window
.
location
.
href
+
'&aa=bb'
)}
&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
)
}
else
{
history
.
push
(
'/passport'
)
}
return
true
return
true
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment