This commit is contained in:
renjianbo
2026-01-06 15:59:20 +08:00
parent 4a773d4182
commit 5d4928cc30
15 changed files with 91 additions and 533 deletions

View File

@@ -5,7 +5,7 @@ Page({
},
onLoad(options) {
console.log("列表条目的index==" + options.url)
// 获取URL参数
if(options.url){
this.setData({
url: decodeURIComponent(options.url) // 如果url后面还有参数需要转码一下否则会丢失