<script type="text/javascript">
jQuery(document).ready(function($){
// 假设你的弹窗ID是408
setTimeout(function(){
if (typeof elementorPro === "object") {
elementorPro.modules.popup.showPopup({ id: 123 });
}
}, 1000); // 页面加载1秒后弹出
});
</script>