参考链接:https://blog.csdn.net/dreamimport/article/details/103491357
wx.switchTab({ url: '../shoppingTrolley/index', success() { var page = getCurrentPages().pop(); if (page == undefined || page == null) return; page.onLoad(); } })