使用web-view内嵌网页后,为什么无法从网页中返回小程序
<html>
<body >
<script type=“text/javascript” src=“https://res.wx.qq.com/open/js/jweixin-1.3.0.js”>script>
<script type=“text/javascript”>
wx.miniProgram.navigateTo({url:’/pages/index/faxian’});
</script>
</body>
</html>
各位大虾哪里不对么