components/footer/customer-footer.vue
@@ -93,12 +93,23 @@ } } //判断,如果上上上级别,就是要跳转的,改为返回,避免堆栈太多 const pages = getCurrentPages(); //如果上一层就是购物车,那么就返回,而不是跳转 // console.log('toShopping',pages) if (pages && pages.length >= 2) { if ( ('/' + pages[pages.length - 2].route) === item.pagePath) { uni.navigateBack() return } } uni.navigateTo({ url: item.pagePath }) } else { uni.redirectTo({ uni.reLaunch({ url: item.pagePath });