修复:无戒指时点确定改为打开商店浮窗而非新标签页
This commit is contained in:
@@ -762,7 +762,10 @@
|
|||||||
'需要结婚戒指'
|
'需要结婚戒指'
|
||||||
);
|
);
|
||||||
if (goShop) {
|
if (goShop) {
|
||||||
window.open('/shop', '_blank');
|
// 直接打开当前页面的商店浮窗(toolbar 中的 openShopModal)
|
||||||
|
if (typeof window.openShopModal === 'function') {
|
||||||
|
window.openShopModal();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user