...
|
...
|
@@ -427,6 +427,7 @@ Page(Object.assign({ |
|
|
this.showError();
|
|
|
}
|
|
|
this.showAlert();
|
|
|
this.onPullDownRefresh();
|
|
|
}).catch(this.showError.bind(this));
|
|
|
|
|
|
},
|
...
|
...
|
@@ -460,6 +461,7 @@ Page(Object.assign({ |
|
|
this.showError();
|
|
|
}
|
|
|
this.showAlert();
|
|
|
this.onPullDownRefresh();
|
|
|
}).catch(this.showError.bind(this));
|
|
|
},
|
|
|
queueCancel() {
|
...
|
...
|
|