小程序在开发者工具中没有问题,用微信浏览就出现错误

发布于 7 年前作者 mxie13349 次浏览最后编辑 7 年前来自 ask

微信浏览的时候

my_address.js中

wx.navigateBack({

                  delta: 1,

                  success: function (e) {

                    var page = getCurrentPages().pop();

                    if (page == undefined || page == null) return;

                    page.redonLoads();

                  }

                })

执行page.redonLoads();的时候出错了

2 回复
aguo
aguo1 楼6 年前

有人能回答吗 这个是什么原因啊。。在开发者工具上没问题的

xia31
xia312 楼5 年前

手机调试出现这个错误。。