微信公众号如何跳转到小程序指定页面

小程序 文章 2020-09-03 17:41 1150 0 全屏看文

AI助手支持GPT4.0

微信公众号如何跳转到小程序指定页面How to jump to the designated page of the Mini Program on WeChat Official Account

微信公众号如何跳转到小程序指定页面

如题,我用webview从小程序端加载的公众号页面,完成一系列操作后如何再跳转到小程序指定页面?

For example, how do I jump to the specified page of a small program after I have finished the series of official account loaded with WebView from the small program end?

回答:

锅巴:

在公众号中加入小程序url地址路径即可实现跳转

!:

先引入微信js-sdk

https:/es.wx.qq.com/open/js/jweixin-1.3.0.js

然后在h5点击事件里调用

wx.miniProgram.navigateTo({url:'/pages/index/index'});

就好了

citizen four:

加个返回?

微喵网络:

做不到

-EOF-

AI助手支持GPT4.0