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; }