This commit is contained in:
2023-08-29 17:33:10 +08:00
parent c148d53c0a
commit 97cddf2f41
6 changed files with 287 additions and 48 deletions

View File

@@ -55,14 +55,10 @@
},
toPage1 (e) {
let url = e.path
uni.redirectTo({
url: url
})
// if (e.sonTree.length > 0) {
// this.show = true
// this.secM = e.sonTree
// }
if (e.sonTree.length > 0) {
this.show = true
this.secM = e.sonTree
}
},
toPage2 (e) {
let url = e.path