From 3132f013b7461672ddb209a3286ce1d2063439c5 Mon Sep 17 00:00:00 2001 From: lkddi Date: Sun, 1 Mar 2026 15:47:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E6=97=A0=E6=88=92?= =?UTF-8?q?=E6=8C=87=E6=97=B6=E7=82=B9=E7=A1=AE=E5=AE=9A=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E6=89=93=E5=BC=80=E5=95=86=E5=BA=97=E6=B5=AE=E7=AA=97=E8=80=8C?= =?UTF-8?q?=E9=9D=9E=E6=96=B0=E6=A0=87=E7=AD=BE=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/chat/partials/marriage-modals.blade.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/views/chat/partials/marriage-modals.blade.php b/resources/views/chat/partials/marriage-modals.blade.php index 31a5fdd..3689f0d 100644 --- a/resources/views/chat/partials/marriage-modals.blade.php +++ b/resources/views/chat/partials/marriage-modals.blade.php @@ -762,7 +762,10 @@ '需要结婚戒指' ); if (goShop) { - window.open('/shop', '_blank'); + // 直接打开当前页面的商店浮窗(toolbar 中的 openShopModal) + if (typeof window.openShopModal === 'function') { + window.openShopModal(); + } } return; }