1. Public platform mini program settings

Development Management -> Development Settings -> Scan the QR code of the common link to open the applet

image.png

agreement type

image.png

Choose case

image.png

QR code rules (address)

https://www.elephdev.com/qrcode/

Prefix occupation rule

image.png

Verification file

Download the file and put it under /qrcode above, the WeChat server will automatically verify it

Test Range

Default: trial version (select the online version after the post-test is released)

image.png

Test link (optional)

The trial version and the development version can only be accessed through the test link. TIPS: the published applet, the trial version and the development version are invalid

2. Front-end code

Take uniapp as an example

onLoad(options) {
   if (options.q) {
      var scene = decodeURIComponent(options.q);
      if (scene.indexOf('dwqrcode') !== -1) {
          var dwId = scene.split('=');
          dwId = dwId[1];
this.dw_id = dwId;
          //TODO performs logical processing based on the parameters attached to the QR code
      }
   }
}
点赞(0)

评论列表 共有 0 评论

暂无评论

微信服务号

微信客服

淘宝店铺

support@elephdev.com

发表
评论
Go
顶部