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

修改loading效果

parent 53d5cb24
......@@ -13,7 +13,7 @@ export class Loading {
this.countdown = time;
this.loading = await this.loadingController.create({
mode: 'ios',
// spinner: 'circles',
spinner: 'circles',
message: '通信中,还剩' + time + '秒',
cssClass: 'main-color',
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