Commit fd94abc6 authored by wanli's avatar wanli

🐞 fix: 更新前端显示bug

parent 39fdac48
...@@ -315,7 +315,7 @@ export default { ...@@ -315,7 +315,7 @@ export default {
"KB"; "KB";
else item.epk_size = ""; else item.epk_size = "";
if (item.app_build_log && item.app_build_log.app_info) if (item.app_build_log && item.app_build_log.app_info && item.app_build_log.app_info.fileLength)
item.file_length = item.file_length =
(item.app_build_log.app_info.fileLength / 1024).toFixed(2) + (item.app_build_log.app_info.fileLength / 1024).toFixed(2) +
"KB"; "KB";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment