Commit efcc15cf by zhujian

'fixed'

parent 725252d4
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
console.log(appTermEnum, code, ticket); console.log(appTermEnum, code, ticket);
if (!code) { if (!code) {
const url = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=ww409ccf9c6e31f19e&redirect_uri=${location.href}&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect` const url = `https://open.weixin.qq.com/connect/oauth2/authorize?appid=ww409ccf9c6e31f19e&redirect_uri=${encodeURIComponent(location.href)}&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
location.href = url location.href = url
return return
} }
......
...@@ -58,7 +58,7 @@ export default function WechatLogin(props: any) { ...@@ -58,7 +58,7 @@ export default function WechatLogin(props: any) {
useEffect(() => { useEffect(() => {
if (leftTime == 60) { if (leftTime == 60 || !ticket) {
return return
} }
Service.Hades('anon/hades/getTicketState', { Service.Hades('anon/hades/getTicketState', {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment