获取二维码
发布于 5 年前 作者 liangxiulan 15621 次浏览 来自 问答
Page({
  onLoad: function(options) {    // options 中的 scene 需要使用 decodeURIComponent 才能获取到生成二维码时传入的 scene
    var scene = decodeURIComponent(options.scene)
  }
})

这个只能发布才能测试吗

回到顶部