第一步:写好需要配置链接的小程序页面,去登录小程序管理后台-开发-开发设置
设置完后,把链接用草料生成二维码,在小程序里面如何接收参数呢?
https://developers.weixin.qq.com/miniprogram/introduction/qrcode.html#%E4%BA%8C%E7%BB%B4%E7%A0%81%E5%86%85%E5%AE%B9%E8%8E%B7%E5%8F%96
onLoad: function (options) {
decodeURIComponent(options.q)
}