components/footer/customer-footer.vue
@@ -86,6 +86,13 @@ } if (index===1||index===2) { //交易大厅和购物车,这2个可以用跳转方式 if (index === 2) { if (!this.currentInfo.id) { this.$message.showToast('请先登录') return } } uni.navigateTo({ url:item.pagePath })