1.上线2.0 修改问题

yj-dev
杨杰 2 years ago
parent 5fd5c23ca2
commit 20306a115e
  1. 2
      pages/goods/recording/recording.vue
  2. 4
      pages/user/deposit/deposit.vue

@ -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
} else {
uni.showToast({
title: '支付失败'
title: '支付失败',
duration:2000,
icon:"none"
})
}
})

Loading…
Cancel
Save