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

View File

@ -1,5 +1,7 @@
<script>
<!--
// based on Pagination https://ext.dcloud.net.cn/plugin?id=32
-->
<script>
export default {
name: 'cPager',
props: {

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 {

File diff suppressed because one or more lines are too long