whychdw
2019-08-30 3ebfb265ab40e19a238d722ce00f2956ea12b571
修改内容
3个文件已修改
7 ■■■■ 已修改文件
.gitignore 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
dist/pages/battery/battery.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/battery/battery.js 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.gitignore
@@ -1 +1,2 @@
node_modules
dist
dist/pages/battery/battery.js
@@ -57,7 +57,8 @@
        methods: {
            handlerTr: function handlerTr(data) {
                router.load({ url: '../battery/batteryInfo.html', param: data });
            }
            },
            searchDevice: function searchDevice() {}
        },
        mounted: function mounted() {
src/pages/battery/battery.js
@@ -71,6 +71,9 @@
        methods: {
            handlerTr: function(data) {
                router.load({url: '../battery/batteryInfo.html', param: data });
            },
            searchDevice: function() {
            }
        },
        mounted() {