|
@@ -293,7 +293,7 @@ export default {
|
|
this.percent = (this.rateplan.used / this.rateplan.total) * 100;
|
|
this.percent = (this.rateplan.used / this.rateplan.total) * 100;
|
|
} else if (res.code == 1017) {
|
|
} else if (res.code == 1017) {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
- title: "请使用官方配置的流量卡进行充值",
|
|
|
|
|
|
+ title: "非官方随机配置的流量卡扫码充值时提示语",
|
|
icon: "none",
|
|
icon: "none",
|
|
mask: true,
|
|
mask: true,
|
|
duration: 2000,
|
|
duration: 2000,
|