Cookie 提示时间改为 10秒

hotfix/paypal-note
LiaoYijun 3 years ago
parent 4281c203a5
commit 66533760d2

@ -377,7 +377,7 @@
setTimeout(function() {
document.getElementById('gotIdArea').style.display = 'none';
}, 5000);
}, 10000);
}
</script>
<!--PC底部 结束-->

@ -326,7 +326,7 @@
setTimeout(function() {
document.getElementById('gotIdArea').style.display = 'none';
}, 5000);
}, 10000);
}
</script>
</footer>

Loading…
Cancel
Save