-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
使用“腾讯位置选点插件”,需要小程序跳转到插件的页面 #5715
Comments
CC @Chen-jj |
欢迎提交 Issue~ 如果你提交的是 bug 报告,请务必遵循 Issue 模板的规范,尽量用简洁的语言描述你的问题,最好能提供一个稳定简单的复现。🙏🙏🙏 如果你的信息提供过于模糊或不足,或者已经其他 issue 已经存在相关内容,你的 issue 有可能会被关闭。 Good luck and happy coding~ |
在app.config.js 里添加插件配置:
然后在在页面的 index.config.js 里声明插件:
最后在页面里直接使用:
但是我的确定选点后返回的 |
@linyongfu2013 不是应该使用Taro.chooseLocation? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
问题描述
使用“腾讯位置选点插件”,需要小程序跳转到插件的页面,根据文档操作无法跳转到相关插件页面
复现步骤
2. 根据文档操作
const url =
plugin://pickMapMarkerPlugin/chooseLocation/index?key=${key}&referer=${referer}&location=${location}&category=${category}`
期望行为
能顺利的跳转到插件的地图选点界面,进行业务操作
报错信息
系统信息
并找不到插件的页面路径,我哪里还没有配置吗?还是原本这个功能就是开发不完善的,求大家帮助一下?
补充信息
The text was updated successfully, but these errors were encountered: