This commit is contained in:
xiaozhiyong
2024-05-29 14:12:56 +08:00
parent 17416b9008
commit c872e87349
17 changed files with 1015 additions and 51 deletions

View File

@@ -174,7 +174,7 @@
},
jump(item) {
uni.navigateTo({
url: `./details?details=${item.details}`
url: `./details?details=${encodeURIComponent(item.details)}`
})
},
}