@@ -166,6 +166,7 @@
{
icon: 'cart',
text: '购物车',
+ route: 'pages/market/index',
}, {
icon: 'chat',
text: '客服',
@@ -224,7 +225,7 @@
//店铺,购物车,客服跳转
onClick(e) {
if (e && e.content.route) {
- uni.navigateTo({
+ uni.reLaunch({
url: `/${e.content.route}`
})
}
@@ -170,7 +170,6 @@
title: '删除信息成功',
icon: 'none'
- that.clearPage();
that.search();
} else {
uni.showToast({