From 2e2b132e112c07f87e0abec73f36c6d613363e70 Mon Sep 17 00:00:00 2001 From: 付延余 <f-yanyu@outlook.com> Date: 星期三, 22 三月 2023 19:26:52 +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 6c7662f..4fb3d63 100644 --- a/components/tab-bar/tab-bar.vue +++ b/components/tab-bar/tab-bar.vue @@ -29,7 +29,6 @@ }, methods: { tabbarchange(e) { - console.log('tabbar鏀瑰彉',this.current, e,this.tabBarList); uni.switchTab({ url: '/' + this.tabBarList[e].pagePath }); -- Gitblit v1.9.1