whychdw
2019-12-03 e795c284329816f163a275b2038a5ffde65e2066
修改bug
2个文件已修改
12 ■■■■ 已修改文件
platforms/android/app/src/main/assets/www/pages/monitor-data/monitor-data.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
www/pages/monitor-data/monitor-data.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
platforms/android/app/src/main/assets/www/pages/monitor-data/monitor-data.js
@@ -626,8 +626,8 @@
                    };
                    // 开启等待框
                    this.loading.show();
                    if (typeof Battresdata_infService != "undefined") {
                        Battresdata_infService.serchByCondition(JSON.stringify(searchParams));
                    if (typeof BattresdataService != "undefined") {
                        BattresdataService.serchByCondition(JSON.stringify(searchParams));
                    } else {
                        setTimeout(function () {
                            self.loading.hide();
@@ -793,7 +793,7 @@
                };
                // 获取单体内阻信息
                window['Battresdata_infServiceserchByConditioncalljs'] = function (res) {
                window['BattresdataServiceserchByConditioncalljs'] = function (res) {
                    console.log(res);
                    // 关闭等待
                    self.loading.hide();
www/pages/monitor-data/monitor-data.js
@@ -626,8 +626,8 @@
                    };
                    // 开启等待框
                    this.loading.show();
                    if (typeof Battresdata_infService != "undefined") {
                        Battresdata_infService.serchByCondition(JSON.stringify(searchParams));
                    if (typeof BattresdataService != "undefined") {
                        BattresdataService.serchByCondition(JSON.stringify(searchParams));
                    } else {
                        setTimeout(function () {
                            self.loading.hide();
@@ -793,7 +793,7 @@
                };
                // 获取单体内阻信息
                window['Battresdata_infServiceserchByConditioncalljs'] = function (res) {
                window['BattresdataServiceserchByConditioncalljs'] = function (res) {
                    console.log(res);
                    // 关闭等待
                    self.loading.hide();