引用:

<script src="assets/js/jquery.qrcode.min.js" charset="UTF-8"></script>

生成二维码:

var uuid={
    id:plus.device.uuid,
    name:plus.device.vendor+" "+plus.device.model,
};
jQuery('#qrcode').qrcode(JSON.stringify(uuid));
jQuery("#spUserName").html(loginInfo.account);

 

相关文章:

  • 2021-06-03
  • 2021-12-09
  • 2021-12-23
  • 2022-12-23
  • 2021-12-26
  • 2022-12-23
  • 2021-12-31
猜你喜欢
  • 2021-06-09
  • 2021-12-09
  • 2021-11-17
  • 2021-12-09
  • 2021-10-07
相关资源
相似解决方案