需求变更进行调整

This commit is contained in:
2026-01-30 09:01:38 +08:00
parent 44a4b33502
commit 79a21ff0a5
30 changed files with 1482 additions and 1707 deletions

View File

@@ -104,7 +104,7 @@ export default {
},
showHome: {
type: Boolean,
default: true // 回首页按钮默认显示
default: true // 回首页按钮默认显示
}
},
data() {
@@ -165,7 +165,7 @@ export default {
goHome(){
uni.switchTab({
url:'/pages/index/index'
})
})
},
onExtraIconClick(index) {
// 额外图标点击事件,可通过事件冒泡传递给父组件