From b119f9e139d8cabaa4d1a44227f76e691f84d761 Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期三, 28 六月 2023 18:18:28 +0800 Subject: [PATCH] 提煤单详情页面修改,其他逻辑修改 --- components/tab-bar/tab-bar.vue | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/components/tab-bar/tab-bar.vue b/components/tab-bar/tab-bar.vue index ecd53a7..f52bebc 100644 --- a/components/tab-bar/tab-bar.vue +++ b/components/tab-bar/tab-bar.vue @@ -29,7 +29,6 @@ }, methods: { tabbarchange(e) { - console.log(e, 'tab鍒囨崲鍦板潃'); uni.switchTab({ url: '/' + this.tabBarList[e].pagePath }); -- Gitblit v1.9.1