flat: style修改

This commit is contained in:
Apcallover
2024-02-19 20:28:31 +08:00
parent 145fa9aa3c
commit 2829e48ee5

View File

@@ -21,9 +21,6 @@ export default {
}
},
onLoad() {
uni.setNavigationBarStyle({ // 设置导航条样式
shadowColor: 'transparent' // 将shadowColor属性值设为"transparent"表示不显示阴影
})
}
}
</script>