|
@@ -514,7 +514,7 @@
|
|
|
this.showThisMonthConsume.time = res.time
|
|
this.showThisMonthConsume.time = res.time
|
|
|
this.showThisMonthConsume.amount = res.zongCo.tong
|
|
this.showThisMonthConsume.amount = res.zongCo.tong
|
|
|
} else {
|
|
} else {
|
|
|
- this.$message.error('本月消费返回的数据异常!')
|
|
|
|
|
|
|
+ this.$message.error(res.message)
|
|
|
}
|
|
}
|
|
|
}).catch((err) => {
|
|
}).catch((err) => {
|
|
|
// console.log(err);
|
|
// console.log(err);
|
|
@@ -543,7 +543,7 @@
|
|
|
this.showThisMonthRecharge.time = getFormatDateTime('datetime');
|
|
this.showThisMonthRecharge.time = getFormatDateTime('datetime');
|
|
|
// this.$message.error('本月充值:' + res.message)
|
|
// this.$message.error('本月充值:' + res.message)
|
|
|
} else {
|
|
} else {
|
|
|
- this.$message.error('本月充值返回的数据异常!')
|
|
|
|
|
|
|
+ this.$message.error(res.message)
|
|
|
}
|
|
}
|
|
|
}).catch((err) => {
|
|
}).catch((err) => {
|
|
|
// console.log(err);
|
|
// console.log(err);
|
|
@@ -569,7 +569,7 @@
|
|
|
this.showTotalMoney.time = res.time
|
|
this.showTotalMoney.time = res.time
|
|
|
this.showTotalMoney.amount = res.zongYu.tong
|
|
this.showTotalMoney.amount = res.zongYu.tong
|
|
|
} else {
|
|
} else {
|
|
|
- this.$message.error('获取总金额返回的数据异常!')
|
|
|
|
|
|
|
+ this.$message.error(res.message)
|
|
|
}
|
|
}
|
|
|
}).catch((err) => {
|
|
}).catch((err) => {
|
|
|
// console.log(err);
|
|
// console.log(err);
|