From c7c2ad20f51c221084cf82a34e20fa160b5bfad0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B2=E8=BE=B0=E7=94=9F=E4=BA=A7?= Date: Sat, 28 Mar 2026 23:31:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BE=8E=E5=8C=96=E5=8F=91=E5=B8=83=E6=88=90?= =?UTF-8?q?=E5=8A=9F=E5=BC=B9=E7=AA=97=20v1.2.21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/News.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/News.jsx b/frontend/src/pages/News.jsx index 11fd7ee..63ab3eb 100644 --- a/frontend/src/pages/News.jsx +++ b/frontend/src/pages/News.jsx @@ -250,7 +250,7 @@ export default function News() { }) const data = await res.json() if (data.id || data.code === 0) { - alert('发布成功!') + setCustomModal({show: true, title: '发布成功', content: '您的寻配号信息已发布成功'}) setShowSeekPublish(false) setSeekForm({ edition: '龙钞', type: '', category: '寻号', price: '', matchType: '模糊', features: '', content: '', title: '', contact: (() => { try { const u = JSON.parse(localStorage.getItem('user') || '{}'); return u.phone || '' } catch { return '' } })() || '' }) fetchInfoList()