@@ -1,5 +1,6 @@
import { defineComponent, nextTick, onMounted, ref, watch } from 'vue';
import logo from '@common/images/smallLogo.png';
+//@ts-ignore
import QRCode from 'qrcode';
import styles from './index.module.less';
@@ -142,7 +142,7 @@
width: 311px;
min-height: 151px;
margin: 15px auto 20px;
- border-radius: 16px;
+ border-radius: 16px;OQrcode
z-index: 200;
padding: 10px 10px 15px;
.ballIcon {