获取二维码

发布于 6 年前作者 liangxiulan15726 次浏览最后编辑 6 年前来自 ask
Page({
  onLoad: function(options) {    // options 中的 scene 需要使用 decodeURIComponent 才能获取到生成二维码时传入的 scene
    var scene = decodeURIComponent(options.scene)
  }
})

这个只能发布才能测试吗

0 回复
暂无回复