"midButton": {
"width":"300px",
// "iconPath": "static/tabbar/Add.png",
"text":"呜呜呜",
"height": "300px"
// "iconWidth": "128px"
}
// App.vue
<script setup>
import {
onLaunch,
onShow
} from "@dcloudio/uni-app"
onLaunch(() => {
uni.onTabBarMidButtonTap(() => {
console.log("被点击了")
})
})
</script>
4***@qq.com
修复了吗,midButton安卓无显示文档显示支持啊
2021-12-29 15:50