Monitor-APP/pages/home/home.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Monitor-APP/pages/home/home.vue
@@ -382,6 +382,7 @@ homeViewShow: true, infoViewShow: false, errorInfoViewShow: false, errorBoardShow: false, homeMode: [], carInfo: [], infoMode: [], @@ -510,6 +511,23 @@ }, 1800000) }, methods: { getCarInfoTest() { let that = this var result = ycqdata.carError var res = result.data that.carInfoModel(res) }, getCarInfo() { let that = this uni.request({ url: that.commonUrl + "/monitor/device/error", method: "GET", success(result) { var res = result.data that.carInfoModel(res) } }) }, carInfoModel(res) { let infoList = []