From 1f478b4b033d518f6de21f931d828d2a175b2a3e Mon Sep 17 00:00:00 2001 From: wzp <2880584989@qq.com> Date: 星期二, 08 三月 2022 13:40:51 +0800 Subject: [PATCH] 最新版本,修复bug --- 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