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