#
whycq
2023-04-13 0f2afa6be347c8cf93bcebc9753b6ea51dff43d8
#
1个文件已修改
11 ■■■■■ 已修改文件
Monitor-APP/pages/index/index.vue 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Monitor-APP/pages/index/index.vue
@@ -321,7 +321,7 @@
                totalOfUnit:'',
                errorMsg:null,
                width:'full-width',
                errorShow:'',
                errorShow:false,
                pakinShow:'',
                pakinGun:'',
                orderShow:false,
@@ -490,9 +490,10 @@
                            that.errorShow = false
                            if (that.pakinShow) {
                                return;
                            } else {
                                that.move = true // 隐藏
                            }
                            }
                            // else {
                            //     that.move = true // 隐藏
                            // }
                        }
                    }
                });
@@ -511,6 +512,7 @@
                    method:'GET',
                    success(result) {
                        res = result.data
                        console.log(res);
                        if(res.data && res.data !== null) {
                            // that.move = false
                            // title
@@ -550,6 +552,7 @@
                });
            },
            animation() {
                console.log(this.move);
                if (this.move) {
                    // 上层向上 / 下层向上
                    this.topMove = 'topUp'