From f29dfb68a705ab9f37ed924fc82d6fd414c1c78c Mon Sep 17 00:00:00 2001
From: wzp <2040239371@qq.com>
Date: 星期一, 21 十一月 2022 17:01:45 +0800
Subject: [PATCH] 最新

---
 assetMgtH5/pages/index/index.vue |   11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/assetMgtH5/pages/index/index.vue b/assetMgtH5/pages/index/index.vue
index c1be131..4ef4306 100644
--- a/assetMgtH5/pages/index/index.vue
+++ b/assetMgtH5/pages/index/index.vue
@@ -69,14 +69,9 @@
 			// console.log('code='+options.code)
 			// this.code=options.code;
 			// this.state=options.state;
-			try{
-				this.status=options.status;
-				console.log('status='+this.status);
-				if(this.status===1){
-					
-				}
-			}
-			catch(e){}
+			
+			console.log(options.state);
+			// this.value1 = options.state;
 			// this.login(this.code);
 			// this.getUserInfo();
 		},

--
Gitblit v1.9.1