|
@@ -44,7 +44,8 @@
|
|
|
</div>
|
|
|
<div class="d-flex align-end mt-3">
|
|
|
<div class="code-left">
|
|
|
- <v-img cover aspect-ratio="1/1" src="https://minio.citupro.com/dev/static/mendunerCode.jpg" :width="170" style="height: 170px;"></v-img>
|
|
|
+ <!-- <v-img cover aspect-ratio="1/1" src="https://minio.citupro.com/dev/static/mendunerCode.jpg" :width="170" style="height: 170px;"></v-img> -->
|
|
|
+ <QrCode text="二维码内容" :width="170" />
|
|
|
</div>
|
|
|
<div class="code-right ml-5">
|
|
|
<div class="price">
|
|
@@ -75,6 +76,7 @@
|
|
|
defineOptions({ name: 'myAccount-pointsAndBalance'})
|
|
|
import { ref } from 'vue'
|
|
|
import Public from './public.vue'
|
|
|
+import QrCode from '@/components/QrCode'
|
|
|
|
|
|
defineProps({
|
|
|
showTitle: {
|