党建大屏

This commit is contained in:
yanran200730
2022-05-06 16:25:55 +08:00
parent 55e3ab0612
commit 39f6cb1ff2
5 changed files with 101 additions and 4 deletions

View File

@@ -13,7 +13,6 @@ const promisify = fn => {
return new Promise(function (resolve, reject) {
[].push.call(args, function (err, result) {
if (err) {
console.log(err)
reject(err);
} else {
resolve(result);