Commit 1fd1cd75 by 姜雷

添加部分打印

parent 0e0b85e9
......@@ -143,6 +143,7 @@ class Home extends Component {
areaId: userinfo.areaId,
type: ServiceTypeParams.wechatAppV,
}).then(res => {
console.log(res);
this.setState({
serviceList: res.data,
});
......@@ -177,6 +178,8 @@ class Home extends Component {
getFilterBeanList() {
const { beanAccount, serviceList } = this.state;
console.log(beanAccount, serviceList);
let beanMap = {
[BeanType.water]: 0,
[BeanType.shower]: 0,
......
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