|
|
@@ -533,7 +533,7 @@
|
|
|
this.showThisMonthRecharge.loading = true
|
|
|
|
|
|
thisMonthRecharge().then((res) => {
|
|
|
- console.log(res);
|
|
|
+ // console.log(res);
|
|
|
if (typeof res.code == 'undefined' || res.code == '') {
|
|
|
this.$message.error('返回数据格式问题,code未获取到!')
|
|
|
return
|
|
|
@@ -546,7 +546,7 @@
|
|
|
this.showThisMonthRecharge.amount = res.zongRe + res.zongRo // 总充值
|
|
|
} else if (res.code == 205) {
|
|
|
this.showThisMonthRecharge.time = getFormatDateTime('datetime');
|
|
|
- this.$message.error('本月充值:' + res.message)
|
|
|
+ // this.$message.error('本月充值:' + res.message)
|
|
|
} else {
|
|
|
this.showThisMonthRecharge.time = getFormatDateTime('datetime');
|
|
|
this.$message.error('本月充值:' + res.message)
|