From deb2536eaaa559d6c8ec94f81afb94b6c7806b4d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 29 三月 2024 16:15:14 +0800
Subject: [PATCH] 2024-03-29

---
 src/tabviews/custom/components/module/voucher/index.jsx |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/src/tabviews/custom/components/module/voucher/index.jsx b/src/tabviews/custom/components/module/voucher/index.jsx
index 6b70332..ec558e4 100644
--- a/src/tabviews/custom/components/module/voucher/index.jsx
+++ b/src/tabviews/custom/components/module/voucher/index.jsx
@@ -1189,8 +1189,10 @@
             return
           }
     
-          Modal.success({
-            title: '宸茬粡閫氳繃瀹℃牳'
+          notification.success({
+            top: 92,
+            message: '宸茬粡閫氳繃瀹℃牳',
+            duration: 2
           })
 
           that.getVoucher()
@@ -1236,9 +1238,11 @@
             })
             return
           }
-    
-          Modal.success({
-            title: '瀹℃牳宸插彇娑�'
+
+          notification.success({
+            top: 92,
+            message: '瀹℃牳宸插彇娑�',
+            duration: 2
           })
 
           that.getVoucher()

--
Gitblit v1.8.0