This commit is contained in:
liujianhuan 2021-02-02 12:24:27 +08:00
parent f25337841e
commit 5ce6080f82
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ sbox.appendChild(obox1);
var rand = Math.random();
console.log(rand);
if (rand > 0.5) {
if (rand > 1) {
sbox.appendChild(obox2);
setTimeout(function(){
obox2.style.display = "block";