BUG 25368

This commit is contained in:
aixianling
2021-12-13 14:04:12 +08:00
parent 6651ee8529
commit 378e765e83

View File

@@ -38,7 +38,6 @@
mounted() { mounted() {
this.injectJWeixin(['sendChatMessage', 'selectEnterpriseContact']) this.injectJWeixin(['sendChatMessage', 'selectEnterpriseContact'])
}, },
methods: { methods: {
...mapActions(['injectJWeixin', 'wxInvoke']), ...mapActions(['injectJWeixin', 'wxInvoke']),
@@ -79,6 +78,9 @@
type: 'Tabbar' type: 'Tabbar'
}) })
} }
},
onShow() {
wx.hideOptionMenu();
} }
} }
</script> </script>
@@ -146,7 +148,7 @@
font-size: 36px; font-size: 36px;
color: #fff; color: #fff;
background: #197DF0; background: #197DF0;
box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.02); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02);
border-radius: 4px; border-radius: 4px;
&:active { &:active {