This commit is contained in:
Luk Lu
2020-03-24 07:58:41 +08:00
parent 8cae653ecd
commit 21bb81e7ee
3 changed files with 35 additions and 46 deletions

View File

@@ -1,3 +1,6 @@
<!--
Based on tki-qrcode 组件 https://github.com/q310550690/uni-app-qrcode , https://ext.dcloud.net.cn/plugin?id=39
-->
<template xlang="wxml" minapp="mpvue">
<view class="cQrcode">
<!-- #ifndef MP-ALIPAY -->
@@ -11,7 +14,6 @@
</template>
<script>
// Based on tki-qrcode 组件: https://github.com/q310550690/uni-app-qrcode , https://ext.dcloud.net.cn/plugin?id=39
import QRCode from "./qrcode.js"
let qrcode
export default {