赞
踩
Toscan:function(){ var _this = this; wx.scanCode({ success: (res) => { wx.navigateTo({ url: '../info/info?message='+res.result, }) var show = res.result; console.log(show) _this.setData({ show: show }) } }) }
onLoad: function (options) {
this.setData({
message:options.message
})
},
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。