mirror of
https://github.com/samnyan/aqua-viewer.git
synced 2026-04-25 15:57:36 -05:00
no message
This commit is contained in:
parent
8f2b5e8573
commit
05f1301c53
|
|
@ -69,7 +69,7 @@ export class PreloadService {
|
|||
this.dbService.count(storeName).then(
|
||||
pageCount => {
|
||||
if (pageCount > 0) {
|
||||
status.next('OK');
|
||||
status.next('正常');
|
||||
} else {
|
||||
status.next('下载数据中');
|
||||
this.api.get(url).subscribe(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user