时间:2019-05-04 来源:小程序工厂
同样遇到在web-view里面调起wx.miniProgram.navigateTo不起作用,但是在开发工具是可以跳转,在success方法又可以alert出来,但是就是不跳转
gameOver : function( level, score, callback){ SG_Hooks.debug && console.log('game over:' + level + '/' + score); SG.trigger({type:'gameOver', score:score}, callback); var speeds = 50; wx.miniProgram.redirectTo({url: '/konglong/pages/dap/dap?speed=' + speeds + '&score=' + score});},页面已经引入了,
麻烦给个相关的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html),我们定位下问题