Commit 29492a99 by 姜雷

添加错误提示

parent 006468e4
...@@ -209,7 +209,10 @@ class OrderList extends Component { ...@@ -209,7 +209,10 @@ class OrderList extends Component {
updateRechargeOrders(res.data); updateRechargeOrders(res.data);
}) })
.catch(err => { .catch(err => {
console.log(err); Taro.showToast({
title: err.msg || '请求失败',
icon: 'none',
});
}); });
} }
appendRechargeOrders() { appendRechargeOrders() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment