小程序
小游戏
企业微信
微信支付
扫描小程序码分享
Uncaught TypeError: wx.navigateTo is not a function
换成 wx.miniProgram.navigateTo 不报错但是点击无反应
6 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你这是小程序还是网页啊? wx.navigateTo 仅限在小程序中使用哈,别在网页中使用哈。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
检查一下页面路径是否正确
wx.miniProgram.navigateTo 使用前,得使用wx-sdk.js授权那一套。不能直接使用
1、wx.navigateTo 只能用在小程序内
2、在小程序内 web-view 打开的 h5 页面要跳转小程序页面可以使用 wx.miniProgram.navigateTo
参考文档:https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html
3、在微信内,小程序外打开的 h5 页面要跳转小程序页面可以使用 微信开放标签 wx-open-launch-weapp
参考文档:https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html
wx.miniProgram.navigateTo
h5就用这个方法 ,如果没有跳转的话,再检查一下路径是否正确
h5 不支持
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你这是小程序还是网页啊? wx.navigateTo 仅限在小程序中使用哈,别在网页中使用哈。
检查一下页面路径是否正确
wx.miniProgram.navigateTo 使用前,得使用wx-sdk.js授权那一套。不能直接使用
1、wx.navigateTo 只能用在小程序内
2、在小程序内 web-view 打开的 h5 页面要跳转小程序页面可以使用 wx.miniProgram.navigateTo
参考文档:https://developers.weixin.qq.com/miniprogram/dev/component/web-view.html
3、在微信内,小程序外打开的 h5 页面要跳转小程序页面可以使用 微信开放标签 wx-open-launch-weapp
参考文档:https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.html
h5就用这个方法 ,如果没有跳转的话,再检查一下路径是否正确
h5 不支持