From 73c3a4abbfc08bb73c8348425084e9e93abe6ebd Mon Sep 17 00:00:00 2001 From: dengxin <2390584170@qq.com> Date: Mon, 5 Feb 2024 11:57:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E6=88=91=E7=9A=84=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E2=80=9C=E6=96=B0=E4=B8=9A=E6=80=81=E8=81=8C=E5=B7=A5?= =?UTF-8?q?=E5=B7=A5=E4=BC=9A=E8=81=94=E5=90=88=E4=BC=9A=E2=80=9D=E4=BB=A5?= =?UTF-8?q?=E5=8F=8A=E6=8E=A5=E5=8F=A3labourUnionInfo/Autograph?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageMy/federation/vip/information.vue | 2 +- pageMy/setUserBase/index.vue | 2 +- pageMy/setUserBase/seal/setSealPassword.vue | 2 +- pages/index/index.vue | 1 - pages/my/my.vue | 8 ++++---- pages/projectInfo/projectInfo.vue | 2 +- pages/projectInfo/step/three.vue | 2 +- 7 files changed, 9 insertions(+), 10 deletions(-) diff --git a/pageMy/federation/vip/information.vue b/pageMy/federation/vip/information.vue index 7ee6c1b..9310c75 100644 --- a/pageMy/federation/vip/information.vue +++ b/pageMy/federation/vip/information.vue @@ -50,7 +50,7 @@ }, components:{uniMask}, onLoad() { - this.labourUnionInfoInit() + // this.labourUnionInfoInit() }, methods: { dateFormat, diff --git a/pageMy/setUserBase/index.vue b/pageMy/setUserBase/index.vue index e6d4e86..8759af1 100644 --- a/pageMy/setUserBase/index.vue +++ b/pageMy/setUserBase/index.vue @@ -109,7 +109,7 @@ }; }, onLoad() { - this.$store.dispatch('setAutograph') + // this.$store.dispatch('setAutograph') }, computed: { ...mapGetters(['auth', 'authInfo', 'autograph']), diff --git a/pageMy/setUserBase/seal/setSealPassword.vue b/pageMy/setUserBase/seal/setSealPassword.vue index 00ab8a3..e85bfdd 100644 --- a/pageMy/setUserBase/seal/setSealPassword.vue +++ b/pageMy/setUserBase/seal/setSealPassword.vue @@ -38,7 +38,7 @@ const that = this signGather(this.sealSrc,this.password,this.newPassword).then(res => { that.loading = false - that.$store.dispatch('setAutograph') + // that.$store.dispatch('setAutograph') if (this.path) { uni.navigateBack({ url: this.path diff --git a/pages/index/index.vue b/pages/index/index.vue index 8bd4c20..31cdedc 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -148,7 +148,6 @@ import companyList from '@/components/companyList/companyList.vue'; import policyContent from '../user/policyContent.vue' import { - labourUnionInfo, labourUnionDetail } from '@/api/federation.js' import { diff --git a/pages/my/my.vue b/pages/my/my.vue index f92c473..5960eda 100644 --- a/pages/my/my.vue +++ b/pages/my/my.vue @@ -34,12 +34,12 @@ - - + + @@ -113,7 +113,7 @@ uni.$emit('newsReadChange') this.$store.dispatch('refreshAuthState') } - this.labourUnionInfoInit() + // this.labourUnionInfoInit() }, methods: { labourUnionInfoInit(){ diff --git a/pages/projectInfo/projectInfo.vue b/pages/projectInfo/projectInfo.vue index 941ed68..7e66c1d 100644 --- a/pages/projectInfo/projectInfo.vue +++ b/pages/projectInfo/projectInfo.vue @@ -169,7 +169,7 @@ }, components: {uniMask,validCode}, onLoad: function(option) { //option为object类型,会序列化上个页面传递的参数 - this.$store.dispatch('setAutograph') + // this.$store.dispatch('setAutograph') if (option.missionNo) { this.missionNo = decodeURIComponent(option.missionNo); } diff --git a/pages/projectInfo/step/three.vue b/pages/projectInfo/step/three.vue index 209af8c..b0d9771 100644 --- a/pages/projectInfo/step/three.vue +++ b/pages/projectInfo/step/three.vue @@ -43,7 +43,7 @@ } }, mounted() { - this.$store.dispatch('setAutograph') + // this.$store.dispatch('setAutograph') }, methods: { goAgreement (url) {