Commit f355cd1e by 姜雷

Merge branch 'develop' into test

parents 45adba11 1afd9990
......@@ -47,7 +47,7 @@ const useAllBeanCount = (
item.serviceId === '11' ||
item.serviceId === '9',
);
let commonItem = beanAccount.find(item => item.serviceId === '0');
let commonItem = beanAccount.find(item => item.serviceId === '1');
let beanMap = {
[BeanType.aimi]: aimiItem ? aimiItem.money : 0,
[BeanType.common]: commonItem ? commonItem.money : 0,
......
......@@ -209,7 +209,10 @@ class OrderList extends Component {
updateRechargeOrders(res.data);
})
.catch(err => {
console.log(err);
Taro.showToast({
title: err.msg || '请求失败',
icon: 'none',
});
});
}
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