首页不能获取到scene
index/index:
Page({
onLoad(op) {
console.log(op.scene)
}
})
二维码生成接口: https://api.weixin.qq.com/wxa/getwxacodeunlimit?access_token=ACCESS_TOKEN
参数如下:
{
"is_hyaline": true,
"auto_color": true,
"width": 250,
"path": "pages/index/index",
"scene": "756172fb1c054804a4a0344417de7e73"
}
进入生产首页时,无法取到scene,请问这是什么原因?
