mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
code refactor
This commit is contained in:
@@ -84,7 +84,7 @@ export function showLoading(delayConditionFunc?: () => boolean, delayMills?: num
|
||||
});
|
||||
}
|
||||
|
||||
export function hideLoading() {
|
||||
export function hideLoading(): void {
|
||||
f7ready((f7) => {
|
||||
return f7.preloader.hide();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user