From 84c4da09d48a202cba443321836519a18495196a Mon Sep 17 00:00:00 2001 From: qingyiay <2386314947@qq.com> Date: 星期二, 11 四月 2023 09:17:57 +0800 Subject: [PATCH] 微信小程序orderTye 改为 orderType --- 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