This commit is contained in:
2025-03-08 15:26:04 +08:00
commit 3baed994da
142 changed files with 13082 additions and 0 deletions

View 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>