first
This commit is contained in:
13
src/components/QrcodePop.vue
Normal file
13
src/components/QrcodePop.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<van-popup v-model:show="show" closeable round :style="{ padding: '18px' }">
|
||||
<img src="@/assets/images/qrcode_qnc.jpg" alt="qrcode">
|
||||
<div class="text-center font-bold text-2xl">更多服务请关注全能查官号</div>
|
||||
</van-popup>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
const show = defineModel('show')
|
||||
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped></style>
|
||||
Reference in New Issue
Block a user