From d7fe8ae3888c8e2b1eea3c1e3769be0d42a21cc9 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期一, 16 十月 2023 09:03:47 +0800
Subject: [PATCH] Merge branch '1.0.3' of http://139.186.142.91:10010/r/productDev/dmMes into 1.0.3
---
minipro_standard/components/myTabber.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/minipro_standard/components/myTabber.vue b/minipro_standard/components/myTabber.vue
index bee9097..b8b5250 100644
--- a/minipro_standard/components/myTabber.vue
+++ b/minipro_standard/components/myTabber.vue
@@ -6,7 +6,7 @@
fixed
activeColor="#222"
inactiveColor="#666"
- >
+ :safeAreaInsetBottom="true">
<u-tabbar-item text="寰呭姙">
<view class="" slot="active-icon">
<image src="@/static/nav_daiban_sel@2x.png" class="icon-style" mode=""></image>
@@ -71,7 +71,7 @@
this.value = index
})
- console.log(this.value);
+ console.log(index);
if (index==0) {
// console.log('index');
uni.switchTab({
@@ -91,6 +91,9 @@
}
},
}
+ /**
+ *
+ * */
</script>
<style lang="scss" scope>
--
Gitblit v1.9.3