From 0f2afa6be347c8cf93bcebc9753b6ea51dff43d8 Mon Sep 17 00:00:00 2001
From: whycq <913841844@qq.com>
Date: 星期四, 13 四月 2023 17:20:41 +0800
Subject: [PATCH] #
---
Monitor-APP/pages/index/index.vue | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/Monitor-APP/pages/index/index.vue b/Monitor-APP/pages/index/index.vue
index 0c65f64..6a61292 100644
--- a/Monitor-APP/pages/index/index.vue
+++ b/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'
--
Gitblit v1.9.1