From 9d30b7085f77c5ab128a42fcfcc9da93812f69cd Mon Sep 17 00:00:00 2001
From: maclien <421129572@qq.com>
Date: Tue, 24 Jun 2025 21:21:00 +0800
Subject: [PATCH] =?UTF-8?q?fix(Item.vue):=20=E4=BF=AE=E6=AD=A3=E6=88=90?=
=?UTF-8?q?=E5=8A=9F=E5=BC=B9=E7=AA=97=E6=A0=B7=E5=BC=8F=E5=B9=B6=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0=E7=A1=AE=E8=AE=A4=E6=8C=89=E9=92=AE=E9=A2=9C=E8=89=B2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 调整弹窗标题和消息格式
- 为确认按钮添加主题色
- 修复样式作用域问题并添加全局样式覆盖
---
src/pages/Item.vue | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/src/pages/Item.vue b/src/pages/Item.vue
index 1084fc1..aecf02e 100644
--- a/src/pages/Item.vue
+++ b/src/pages/Item.vue
@@ -183,8 +183,9 @@ async function getProductDetail() {
function handleSuccess(){
showDialog({
- title: '领取成功!',
- message: '稍后会有电话客服与您联系,协助您完成补贴申领。',
+ title: '领取成功',
+ message: '稍后会有电话客服与您联系,\n协助您完成补贴申领。',
+ confirmButtonColor: '#f84803'
}).then(() => {
});
getProductDetail()
@@ -283,7 +284,7 @@ function handleShowStorePop(val) {
-
+
\ No newline at end of file