...
|
...
|
@@ -33,8 +33,7 @@ export default { |
|
|
mounted() {
|
|
|
},
|
|
|
activated() {
|
|
|
this.check().then(() => {
|
|
|
}).catch((result) => {
|
|
|
this.check().catch((result) => {
|
|
|
this.init();
|
|
|
if (result?.data?.statusDetail?.leftTime < 60) {
|
|
|
this.count = result?.data?.statusDetail?.leftTime;
|
...
|
...
|
|