小程序
小游戏
企业微信
微信支付
扫描小程序码分享
hi,如题,求大佬指点!
4 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
可以的,在后台可以配开发版、体验版以及线上
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
可以,在页面路径后面拼参
开发者工具里预览生成
传scene值 : jobType + '-'+ id + '-' + (type ? type : 1)
获取scene:decodeURIComponent(option.scene)
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
可以的,在后台可以配开发版、体验版以及线上
可以,在页面路径后面拼参
onLoad (query) {
// scene 需要使用 decodeURIComponent 才能获取到生成二维码时传入的 scene
const scene = decodeURIComponent(query.scene)
}
不晓得什么意思?是要在开发版的代码中加入这段吗?
开发者工具里预览生成
传scene值 : jobType + '-'+ id + '-' + (type ? type : 1)
获取scene:decodeURIComponent(option.scene)
const scene = decodeURIComponent(options.scene)
console.log('scene',scene)
scene是undefined,options中只有参数id,您可以详细解释一下吗?