add aggregations part-1

This commit is contained in:
liujianhuan 2021-01-25 18:29:12 +08:00
commit 40846e6783
1 changed files with 1 additions and 1 deletions

View File

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