no message

This commit is contained in:
Raspberry-Monster 2020-04-16 08:10:27 +08:00
parent 8f2b5e8573
commit 05f1301c53

View File

@ -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(