From 11936e8391df274a46f89a5dd5f21cdc79578322 Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Sat, 19 Jul 2025 01:53:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PopGetAllowance.vue | 24 ++++++++++++++++++++++-- src/pages/MyAllowance.vue | 4 +++- src/pages/MyAllowanceForm.vue | 11 +++++++---- src/pages/MyBank.vue | 4 ++-- 4 files changed, 34 insertions(+), 9 deletions(-) diff --git a/src/components/PopGetAllowance.vue b/src/components/PopGetAllowance.vue index 2131065..e119253 100644 --- a/src/components/PopGetAllowance.vue +++ b/src/components/PopGetAllowance.vue @@ -43,6 +43,16 @@ + +
+
补贴名额有限,抓紧时间领取吧!
+
有任何疑问可添加车管家的微信进行咨询~
+
+
+ +
+
+ @@ -52,8 +62,9 @@ import { ref, reactive, defineEmits, watch } from 'vue' import CouponItem from '@/components/CouponItem.vue' // 导入CouponItem组件 import PopContent from '@/components/PopContent.vue' // 导入PopContent组件 import api from '@/utils/api' // 导入API模块 -import { showToast } from 'vant' // 导入Toast组件 +import { showToast,showDialog } from 'vant' // 导入Toast组件 import { getBasicConfig } from '@/utils/basicSetting' +import VueQrcode from 'vue-qrcode'; // 直接导入 const emit = defineEmits(['update:showPop','showStorePop']) defineOptions({ @@ -70,6 +81,7 @@ const mobile = ref(''); const code = ref(''); const is_show_count = ref(false); const count_time = ref(60000); +const showConfirm = ref(false); watch(() => props.showPop, async(val) => { console.log('showPop', val); @@ -193,6 +205,7 @@ function handleSuccess(){ function handleClose() { // 关闭弹窗逻辑 console.log('close') + showConfirm.value = true; emit('update:showPop', false) } @@ -212,4 +225,11 @@ function handleShowStores() { - \ No newline at end of file + \ No newline at end of file diff --git a/src/pages/MyAllowance.vue b/src/pages/MyAllowance.vue index 89d126c..817fa65 100644 --- a/src/pages/MyAllowance.vue +++ b/src/pages/MyAllowance.vue @@ -21,7 +21,9 @@

补贴金额{{item.price}}

-

城市门店购车城市{{item.city}}

+

购车门店{{item.biz}}

品牌车型{{item.car}}

diff --git a/src/pages/MyAllowanceForm.vue b/src/pages/MyAllowanceForm.vue index 4507992..b05257d 100644 --- a/src/pages/MyAllowanceForm.vue +++ b/src/pages/MyAllowanceForm.vue @@ -48,6 +48,9 @@ 查看示例 +
+ 平安车险客户上传保单可加速审核 +