From 20ae88664bdbb4ae21ec3b13338d906ff1b7431a Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期五, 28 六月 2024 18:02:25 +0800 Subject: [PATCH] 解决H5重置密码报错问题 --- components/tab-bar/tab-bar.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/components/tab-bar/tab-bar.vue b/components/tab-bar/tab-bar.vue index 5c915c5..edeadb1 100644 --- a/components/tab-bar/tab-bar.vue +++ b/components/tab-bar/tab-bar.vue @@ -35,11 +35,13 @@ }, computed: { tabBarList() { + console.log(this.$store.state.userTabbar,'this.$store.state.userTabbar====') return this.$store.state.userTabbar; } }, methods: { tabbarchange(e) { + console.log(this.tabBarList[e].pagePath,'this.tabBarList[e].pagePath===') uni.switchTab({ url: '/' + this.tabBarList[e].pagePath }); @@ -65,4 +67,4 @@ width: vww(20) !important; height: vww(20) !important; } -</style> \ No newline at end of file +</style> -- Gitblit v1.9.1