摘要: vue文件中 1 <!--开启摄像头的弹窗--> 2 <div class="info2" @click="onTake"> 3 <el-image :src="url" style="width: 100%; height: 100%"></el-image> 4 </div> 5 6 <!--开 阅读全文
posted @ 2021-07-30 15:18 浪魔 阅读(1609) 评论(0) 推荐(0) 编辑
摘要: a.html 引入jQuery.js 1 <!DOCTYPE html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="UTF-8"> 6 <title>健康生活</title> 7 <meta name="viewport" 8 content="w 阅读全文
posted @ 2021-07-30 11:53 浪魔 阅读(695) 评论(0) 推荐(0) 编辑
摘要: 第一步:安装barcode npm install jsbarcode --save 第二步:在使用barcode的页面引入 import JsBarcode from 'jsbarcode' 第三步:添加二维码容器, img/svg/canvas 三个选一即可 <svg id="barcode"> 阅读全文
posted @ 2021-07-30 10:10 浪魔 阅读(1774) 评论(0) 推荐(0) 编辑