1
ZY
2025-04-01 245bf725a653aaabaad844f44dfa1bfd385a97e3
1
1个文件已修改
18 ■■■■■ 已修改文件
Monitor-APP/pages/home/home.vue 18 ●●●●● 补丁 | 查看 | 原始文档 | 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 = []