@ -145,7 +145,7 @@
selectByExpiringSoon().then(res => {
uni.hideLoading();
if (res.return_code == '000000') {
this.recordInfo = res.return_data.list;
this.recordInfo = res.return_data;
} else {
this.recordInfo = [];
}
@ -204,7 +204,9 @@
// #endif
uni.showToast({
title: '支付失败'
title: '支付失败',
duration:2000,
icon:"none"
})