Commit cc458711 by 姜雷

Merge branch 'develop' into test

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