视频详情优化

This commit is contained in:
禺狨
2023-07-05 09:44:52 +08:00
parent 25867876d4
commit 00b74f5ab0
2 changed files with 6 additions and 1 deletions

View File

@@ -76,3 +76,7 @@ export function isMobile() {
);
return flag;
}
export function isEmptyObject(obj: Object) {
return Object.keys(obj).length === 0;
}