普通二维码 用扫一扫 怎样获取参数值
我的二维码的url 是 https://xxx.xxxxx.com/a/11 怎样能获取到那个 11这个值
这个页面 小程序内部的扫二维码好用。
我的代码是这样写的
onLoad: function (e) {
console.log(" ============ " + e.id)
var that = this;
var id = e.id;
console.log(e)
if (id == undefined) {
id = e;
}