Commit cb2e21f0 authored by yating.lin's avatar yating.lin

修改loading效果

parent 53d5cb24
...@@ -13,7 +13,7 @@ export class Loading { ...@@ -13,7 +13,7 @@ export class Loading {
this.countdown = time; this.countdown = time;
this.loading = await this.loadingController.create({ this.loading = await this.loadingController.create({
mode: 'ios', mode: 'ios',
// spinner: 'circles', spinner: 'circles',
message: '通信中,还剩' + time + '秒', message: '通信中,还剩' + time + '秒',
cssClass: 'main-color', cssClass: 'main-color',
duration: time * 1000 duration: time * 1000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment