From eec8a5b3b3e45ad15154c67464a36748c4e6a0d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=9E=E4=B8=9C=E6=97=AD?= <850374051@qq.com> Date: Mon, 9 Jan 2023 14:24:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E6=89=98=E7=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/agriculturalTrusteeship/login.vue | 66 ++++++++++----------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/src/views/agriculturalTrusteeship/login.vue b/src/views/agriculturalTrusteeship/login.vue index 1b6395ee..ed78c668 100644 --- a/src/views/agriculturalTrusteeship/login.vue +++ b/src/views/agriculturalTrusteeship/login.vue @@ -152,7 +152,7 @@
- + @@ -332,7 +332,7 @@ - +

提交审核

@@ -348,12 +348,12 @@ import {getCodeImg, getRegisterSmsCode, registerCheck, registerOn} from "@/api/login"; import {decrypt, encrypt} from "@/utils/jsencrypt"; import {serviceLogin, entityLogin, commonUpload , serviceRegister , entityRegister , treeselect} from "@/api/agriculturalTrusteeship"; - import MapGisTag from "@/components/Map/MapGisTagDTG"; + // import MapGisTag from "@/components/Map/MapGisTagDTG"; export default { name: "agriculturalTrusteeshipLogin", - components: { - MapGisTag - }, + // components: { + // MapGisTag + // }, data() { return { active:0, @@ -446,28 +446,28 @@ }, methods: { - //获取自己返回值 - /** 查找地图中定位点 */ - MapTag: function (data) { - this.serviceForm.theGeom = data; - }, - //每个查看修改,新增 方法下引用下面方法 - mapClickLoading(){ - setTimeout(() => { - this.$refs.clickLoading.pointPaceCountryDarw(); - }, 500); - }, - //获取自己返回值 - /** 查找地图中定位点 */ - MapTag1: function (data) { - this.entityForm.theGeom = data; - }, - //每个查看修改,新增 方法下引用下面方法 - mapClickLoading1(){ - setTimeout(() => { - this.$refs.clickLoading1.pointPaceCountryDarw(); - }, 500); - }, + // //获取自己返回值 + // /** 查找地图中定位点 */ + // MapTag: function (data) { + // this.serviceForm.theGeom = data; + // }, + // //每个查看修改,新增 方法下引用下面方法 + // mapClickLoading(){ + // setTimeout(() => { + // this.$refs.clickLoading.pointPaceCountryDarw(); + // }, 500); + // }, + // //获取自己返回值 + // /** 查找地图中定位点 */ + // MapTag1: function (data) { + // this.entityForm.theGeom = data; + // }, + // //每个查看修改,新增 方法下引用下面方法 + // mapClickLoading1(){ + // setTimeout(() => { + // this.$refs.clickLoading1.pointPaceCountryDarw(); + // }, 500); + // }, goLogin(){ console.log(this.formData) if (this.loginType == 'bxjg' || this.loginType == 'dkjg' || this.loginType == 'ndjg' ){ @@ -512,11 +512,11 @@ this.top = '40px'; this.transform = 'none'; this.left = '0'; - if (this.loginType == 'bxjg' || this.loginType == 'dkjg' || this.loginType == 'ndjg'){ - this.mapClickLoading() - }else if(this.loginType == 'fwzz'){ - this.mapClickLoading1() - } + // if (this.loginType == 'bxjg' || this.loginType == 'dkjg' || this.loginType == 'ndjg'){ + // this.mapClickLoading() + // }else if(this.loginType == 'fwzz'){ + // this.mapClickLoading1() + // } }else if( name == 'login'){ this.position = 'absolute'; this.top = '50%';