|
@@ -291,6 +291,13 @@ export default {
|
|
this.info = res.data;
|
|
this.info = res.data;
|
|
this.rateplan = res.data.rateplan;
|
|
this.rateplan = res.data.rateplan;
|
|
this.percent = (this.rateplan.used / this.rateplan.total) * 100;
|
|
this.percent = (this.rateplan.used / this.rateplan.total) * 100;
|
|
|
|
+ } else if (res.code == 1017) {
|
|
|
|
+ uni.showToast({
|
|
|
|
+ title: res.message,
|
|
|
|
+ icon: "none",
|
|
|
|
+ mask: true,
|
|
|
|
+ duration: 2000,
|
|
|
|
+ });
|
|
}
|
|
}
|
|
});
|
|
});
|
|
},
|
|
},
|