假如,我想从一个页面返回到这个页面之前的指定页面,
wx.navigateBack({
delta: 4
});
但是这个delta不一定是4,有可能是5,才返回到指定的页面,因为期间可能通过用户操作,可能会跳到不同的页面,导致这个delta不确定,这样的如何实现呢,
微信小程序开发问题解答
微信小程序开发者回答:
类似这样
微信小程序开发者回答:
getCurrentPages()
https://developers.weixin.qq.com/miniprogram/dev/framework/app-service/route.html
本文网址:http://www.91bianli.com/weixinxiaochengxu/51279.html