Results 2 issues of fukai7722

### Your questions. - 安卓下,当页面是tabbar的页面时,状态栏字体颜色只能是白色,router进入子页面时,状态栏字体颜色正常 配置如下: 'page': { 'homePage': '/pages/index.js', 'mediatorPage': '/mediator/index.js', 'navBarColor': '#ffffff', 'navItemColor': '#000000', } ### Environment. - Mobile model: 华为Mate8 - Mobile system: Android 8.0.0 ![Screenshot_20190511-181752](https://user-images.githubusercontent.com/1343166/57568416-bd460d80-7419-11e9-880d-b1deae422ed3.jpg) ![Screenshot_20190511-181809](https://user-images.githubusercontent.com/1343166/57568417-bddea400-7419-11e9-889e-4bbd18c3bc23.jpg)

### Your questions. - bmAxios无法发送Array格式的数据,只能Object类型 - 请求数据如下 `let resData = await this.$fetch({ method: 'POST', url: 'recordwork/project/memberbatch', data:[{ id:"***" }, { id:"***" }] }) ` 抓包后,发送内容为空,后台RequestBody也无法获得内容 ### Environment. - Mobile model:...