This commit is contained in:
2026-01-22 16:03:28 +08:00
commit 5e55f06c9d
696 changed files with 102216 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<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>