Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何获取URL参数,目测目前仅支持路由传参一种方式? #4986

Closed
pkaq opened this issue Dec 2, 2019 · 6 comments
Closed

如何获取URL参数,目测目前仅支持路由传参一种方式? #4986

pkaq opened this issue Dec 2, 2019 · 6 comments
Assignees
Labels
question Further information is requested

Comments

@pkaq
Copy link

pkaq commented Dec 2, 2019

微信重定向后会把code参数添加到#之前,无法通过路由参数的方式获取

http://localhost:8088/?code=021tb6Uk1lFHHn0Vx2Tk100bUk1tb6Uq&state=STATE#/pages/user/index

目测目前仅支持路由传参一种方式? 还是我没翻到?

@pkaq pkaq added the H5 label Dec 2, 2019
@taro-bot
Copy link

taro-bot bot commented Dec 2, 2019

CC @Littly

@taro-bot
Copy link

taro-bot bot commented Dec 2, 2019

欢迎提交 Issue~

如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏

如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。

Good luck and happy coding~

@waiwaic
Copy link

waiwaic commented Dec 3, 2019

测试uri带#router.params能正常获取参数,您可以使用Taro.setStorage({key:'key',value:'value'})在需要参数的面页Taro.getStorage({key:'key'})的方式传参

@pkaq
Copy link
Author

pkaq commented Dec 3, 2019

测试uri带#router.params能正常获取参数,您可以使用Taro.setStorage({key:'key',value:'value'})在需要参数的面页Taro.getStorage({key:'key'})的方式传参

这是微信redirect之后自己附加的参数
1.必定会添加到 # 之前
2.不是我穿的 所以不存在setstorage传参

@luckyadam
Copy link
Member

用 window.location.search
Taro 自己页面跳转的参数才是 this.$router.params

@luckyadam luckyadam added answered question Further information is requested labels Dec 3, 2019
@taro-bot taro-bot bot added the to be closed label Dec 3, 2019
@taro-bot
Copy link

taro-bot bot commented Dec 3, 2019

Hello~

您的问题楼上已经有了确切的回答,如果没有更多的问题这个 issue 将在 15 天后被自动关闭。

如果您在这 15 天中更新更多信息自动关闭的流程会自动取消,如有其他问题也可以发起新的 Issue。

Good luck and happy coding~

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants