1. 程式人生 > >小程式掃碼

小程式掃碼

click: function () {

var that = this;

var show;

wx.scanCode({

success: (res) => {

console.log(res.result) //二維碼裡的資料

}

})

}