关于A页item跳转并传值到B页,在B页的onLoad打印出来是undefined的问题?

发布于 8 年前作者 yaojun11765 次浏览最后编辑 8 年前来自 issues

5 回复
xiuying94
xiuying941 楼6 年前

index=

xiuying58
xiuying582 楼6 年前

index是个什么

gyao
gyao3 楼6 年前

不是undefined啊!!你console.log(options)或者console.log(“B页面======”, options)

yluo
yluo4 楼5 年前

‘XXXX?index=’ + index

后面直接 console.log(options

maqiang
maqiang5 楼5 年前

你的参数后面是不是少了一个 = 号?