var totalNum = taskinfo.reduce((acc, cur) => { return (acc || 0) + (cur?.totalNum || 0) }, 0);
posted on 2022-08-03 11:47 漫思 阅读(33) 评论(0) 收藏 举报