小程序在开发者工具中没有问题,用微信浏览就出现错误
发布于 5 年前 作者 mxie 13199 次浏览 来自 问答

微信浏览的时候

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 回复

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

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

回到顶部