Commit 5d6ed2ed authored by spc's avatar spc

md

parent 72030210
......@@ -114,7 +114,10 @@ onLoad(async (options) => {
const unionId = globalStore.unionId
// scene 需要使用 decodeURIComponent 才能获取到生成二维码时传入的 scene
const scene = decodeURIComponent(options.scene)
// const scene = decodeURIComponent(options.scene)
// options.scene = null
console.warn("scene", scene)
// 将 options 的所有参数原样作为查询参数传给 H5,并补齐 cuk
const params = { ...(options || {}) }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment