您的位置:首页 > 健康 > 养生 > 网页设计师工资水平_军事人才招聘网官网2023岗位表_网上营销模式_seo学习

网页设计师工资水平_军事人才招聘网官网2023岗位表_网上营销模式_seo学习

2024/12/27 23:15:03 来源:https://blog.csdn.net/qq_16088377/article/details/144206712  浏览:    关键词:网页设计师工资水平_军事人才招聘网官网2023岗位表_网上营销模式_seo学习
网页设计师工资水平_军事人才招聘网官网2023岗位表_网上营销模式_seo学习

1:下载qrcodejs

2:把下载好的js放入common文件夹中

3:在需要的页面引入js,调用代码:

<template><view class="screen-full  t-center pt-30"><view class=" bg-fff t-center border-radius mg-30"><canvas id="qrcode" canvas-id="qrcode" class="w-h-120 "></canvas></view></view>
</template><script>import uqrCode from '@/common/uqrcode.js'export default {data() {return {id: 0,qrcode: false}},onLoad(e) {this.id = e.id;this.generateQRCode();},methods: {generateQRCode() {const text = "http://www.baidu.com/goout_detail?id=" + this.id;uqrCode.make({canvasId: 'qrcode',componentInstance: this,text: text, // 想生成二维码到内容size: 120,margin: 0,backgroundColor: '#ffffff',foregroundColor: '#000000',fileType: 'jpg',errorCorrectLevel: uqrCode.errorCorrectLevel.H,success: res => {this.imgCode = res // base64的图片格式}})}}

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com