当前位置:网站首页>Generate QR code
Generate QR code
2022-07-02 05:23:00 【YUlangML】
Code
<template>
<view class="body">
<tki-qrcode ref="qrcode" :val="val" :size="size" :lv="lv" :loadMake="loadMake" @result="qrR" />
</view>
</template>
script>
import tkiQrcode from "@/components/tki-qrcode/tki-qrcode"
export default {
components: { tkiQrcode },
data() {
return {
src: 'https://img1.imgtp.com/2022/06/25/9Tm9EZkh.png',
val: 'https://img1.imgtp.com/2022/06/25/9Tm9EZkh.png', // The value to generate the QR code
size: 250, // The size of the QR code Unit is rpx
lv: 3,
loadMake: true, // After the component is loaded, the QR code is automatically generated
}
},
onLoad() {},
methods: {
qrR() {
console.log(" QR code generation ")
},
gopayFun() {
this.$wechat.gopayFun()
}
}
}边栏推荐
- Feign realizes file uploading and downloading
- Collectors. Groupingby sort
- [quick view opencv] familiar with CV matrix operation with image splicing examples (3)
- Database batch insert data
- 在{{}}中拼接字符
- Youth training camp -- database operation project
- 7.1模拟赛总结
- Pyechats 1.19 generate a web version of Baidu map
- Gee series: unit 7 remote sensing image classification using GEE [random forest classification]
- Fabric.js 自由绘制矩形
猜你喜欢

4. Flask cooperates with a tag to link internal routes

Latest: the list of universities and disciplines for the second round of "double first-class" construction was announced

黑马笔记---Map集合体系

Record my pytorch installation process and errors

JVM class loading mechanism

Gee: create a new feature and set corresponding attributes
![Gee series: unit 8 time series analysis in Google Earth engine [time series]](/img/a6/648ff959af93c22dc8605215a90535.jpg)
Gee series: unit 8 time series analysis in Google Earth engine [time series]
![Gee: explore the change of water area in the North Canal basin over the past 30 years [year by year]](/img/7b/b9ef76cee8b32204331a9c3c21b5c2.jpg)
Gee: explore the change of water area in the North Canal basin over the past 30 years [year by year]

Innovation never stops -- the innovation process of nvisual network visualization platform for Excel import

记录sentry的踩坑之路
随机推荐
Innovation never stops -- the innovation process of nvisual network visualization platform for Excel import
Global and Chinese market of cell culture freezers 2022-2028: Research Report on technology, participants, trends, market size and share
Centos8 installation mysql8.0.22 tutorial
Global and Chinese market of pressure gauges 2022-2028: Research Report on technology, participants, trends, market size and share
Gee: find the spatial distribution and corresponding time of the "greenest" in the Yellow River Basin in 2020 [pixel by pixel analysis]
函数栈帧的创建和销毁
Fabric.js 基础笔刷
Fabric. JS upload local image to canvas background
Fabric.js 精简JSON
【pyinstaller】_ get_ sysconfigdata_ name() missing 1 required positional argument: ‘check_ exists‘
Gee series: Unit 2 explore datasets
MySQL foundation --- query (learn MySQL foundation in 1 day)
[opencv] image binarization
Using Kube bench and Kube hunter to evaluate the risk of kubernetes cluster
Gee series: unit 9 generate sampling data in GEE [random sampling]
paddle: ValueError:quality setting only supported for ‘jpeg‘ compression
Black Horse Notes - - set Series Collection
Leetcode18题 【四数之和】递归解法
Gee series: unit 7 remote sensing image classification using GEE [random forest classification]
php/js cookie共享跨域的问题