This commit is contained in:
2024-07-16 16:16:01 +08:00
parent 277254e9c9
commit 2c1a5b0427
6 changed files with 25 additions and 9 deletions

View File

@@ -113,7 +113,7 @@
}
},
toPage2 (e) {
let url = e.path
let url = e.path + '?title=' + e.title
uni.redirectTo({
url: url
})