Cookie 提示时间改为 10秒

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

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

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

Loading…
Cancel
Save