mirror of
https://github.com/PlayEdu/h5.git
synced 2025-12-29 12:19:29 +08:00
视频详情优化
This commit is contained in:
@@ -76,3 +76,7 @@ export function isMobile() {
|
||||
);
|
||||
return flag;
|
||||
}
|
||||
|
||||
export function isEmptyObject(obj: Object) {
|
||||
return Object.keys(obj).length === 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user