完成大体功能和样式

This commit is contained in:
2026-01-15 17:18:24 +08:00
parent 036eb3a206
commit 44a4b33502
211 changed files with 5480 additions and 7826 deletions

View File

@@ -87,11 +87,14 @@ export default {
},
methods: {
onBack() {
if (this.back) {
this.back();
} else {
uni.navigateBack();
}
const pages = getCurrentPages();
if (pages > 1) {
uni.navigateBack();
} else {
uni.switchTab({
url:'/pages/index/index'
})
}
},
goHome(){
uni.reLaunch({