Merge branch 'product_v1.1.0' of codeup.aliyun.com:5f9118049cffa29cfdd3be1c/marketing/frontend into product_v1.1.0

This commit is contained in:
red-deng-deng 2022-01-27 14:24:17 +08:00
commit b0e16d7c2a
1 changed files with 1 additions and 5 deletions

View File

@ -560,15 +560,11 @@ getLandingdata(val){
count += 2; count += 2;
report(count); report(count);
setTimeout(update, 500); setTimeout(update, 500);
console.log("上传中")
} }
else{ else{
reject(); reject();
} }
} }
}; };
setTimeout(update, 500); setTimeout(update, 500);
}); });