取消我的页面“新业态职工工会联合会”以及接口labourUnionInfo/Autograph

This commit is contained in:
dengxin
2024-02-05 11:57:39 +08:00
parent e0637971f5
commit 73c3a4abbf
7 changed files with 9 additions and 10 deletions

View File

@@ -50,7 +50,7 @@
},
components:{uniMask},
onLoad() {
this.labourUnionInfoInit()
// this.labourUnionInfoInit()
},
methods: {
dateFormat,

View File

@@ -109,7 +109,7 @@
};
},
onLoad() {
this.$store.dispatch('setAutograph')
// this.$store.dispatch('setAutograph')
},
computed: {
...mapGetters(['auth', 'authInfo', 'autograph']),

View File

@@ -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

View File

@@ -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 {

View File

@@ -34,12 +34,12 @@
</view>
</view>
</view>
<view style="height: 74rpx;"></view>
<view class="federation">
<view style="height: 104rpx;"></view>
<!-- <view class="federation">
<view>新业态职工工会联合会</view>
<view v-if="!federationStatus" class="forMembership" @click="go('/pageMy/federation/forMembership/Notice')">申请入会</view>
<view v-else class="forMembership" @click="go('/pageMy/federation/vip/information')">已加入</view>
</view>
</view> -->
<view class="btn">
<view class="btnList" @click="go('/pageMy/setUserBase/index')">
@@ -113,7 +113,7 @@
uni.$emit('newsReadChange')
this.$store.dispatch('refreshAuthState')
}
this.labourUnionInfoInit()
// this.labourUnionInfoInit()
},
methods: {
labourUnionInfoInit(){

View File

@@ -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);
}

View File

@@ -43,7 +43,7 @@
}
},
mounted() {
this.$store.dispatch('setAutograph')
// this.$store.dispatch('setAutograph')
},
methods: {
goAgreement (url) {