预览版本不可以,生产版本上可以的
wx.scancode开发版连续扫码第二次不显示 ?wx.scancode 预览 连续扫码第二次不显示 真机调试有又正常,正式版会时正常的吗?
2021-12-03 //跳转页面 jumpPage:function(e){ const jumtype = e.currentTarget.dataset.jumtype const jumval = e.currentTarget.dataset.jumval if('1'==jumtype){ wx.navigateTo({ url: jumval, }) }else if('2'==jumtype){ //类型为1时 跳转页面 类型为2时调用方法 this[jumval]() } }, test:function(){ console.log("sss") }
微信小程序里js 可以通过方法名来动态的调本页面的方法吗?比如 传了 onShow字符串 调用this.onShow()方法
2021-11-17方法调错了。。。
wx.navigateBackMiniProgram跳转失败?fail返回not MiniProgram can navigate back wx.navigateBackMiniProgram({ appId:'wx4f1b24bdc99fa23b', envVersion: 'develop', success:function(res){ console.log(111) },fail:function(e){ console.log(222) console.log(e) } })
2021-11-10