取消我的页面“新业态职工工会联合会”以及接口labourUnionInfo/Autograph
This commit is contained in:
@@ -50,7 +50,7 @@
|
|||||||
},
|
},
|
||||||
components:{uniMask},
|
components:{uniMask},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.labourUnionInfoInit()
|
// this.labourUnionInfoInit()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
dateFormat,
|
dateFormat,
|
||||||
|
|||||||
@@ -109,7 +109,7 @@
|
|||||||
};
|
};
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
this.$store.dispatch('setAutograph')
|
// this.$store.dispatch('setAutograph')
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
...mapGetters(['auth', 'authInfo', 'autograph']),
|
...mapGetters(['auth', 'authInfo', 'autograph']),
|
||||||
|
|||||||
@@ -38,7 +38,7 @@
|
|||||||
const that = this
|
const that = this
|
||||||
signGather(this.sealSrc,this.password,this.newPassword).then(res => {
|
signGather(this.sealSrc,this.password,this.newPassword).then(res => {
|
||||||
that.loading = false
|
that.loading = false
|
||||||
that.$store.dispatch('setAutograph')
|
// that.$store.dispatch('setAutograph')
|
||||||
if (this.path) {
|
if (this.path) {
|
||||||
uni.navigateBack({
|
uni.navigateBack({
|
||||||
url: this.path
|
url: this.path
|
||||||
|
|||||||
@@ -148,7 +148,6 @@
|
|||||||
import companyList from '@/components/companyList/companyList.vue';
|
import companyList from '@/components/companyList/companyList.vue';
|
||||||
import policyContent from '../user/policyContent.vue'
|
import policyContent from '../user/policyContent.vue'
|
||||||
import {
|
import {
|
||||||
labourUnionInfo,
|
|
||||||
labourUnionDetail
|
labourUnionDetail
|
||||||
} from '@/api/federation.js'
|
} from '@/api/federation.js'
|
||||||
import {
|
import {
|
||||||
|
|||||||
@@ -34,12 +34,12 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="height: 74rpx;"></view>
|
<view style="height: 104rpx;"></view>
|
||||||
<view class="federation">
|
<!-- <view class="federation">
|
||||||
<view>新业态职工工会联合会</view>
|
<view>新业态职工工会联合会</view>
|
||||||
<view v-if="!federationStatus" class="forMembership" @click="go('/pageMy/federation/forMembership/Notice')">申请入会</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 v-else class="forMembership" @click="go('/pageMy/federation/vip/information')">已加入</view>
|
||||||
</view>
|
</view> -->
|
||||||
|
|
||||||
<view class="btn">
|
<view class="btn">
|
||||||
<view class="btnList" @click="go('/pageMy/setUserBase/index')">
|
<view class="btnList" @click="go('/pageMy/setUserBase/index')">
|
||||||
@@ -113,7 +113,7 @@
|
|||||||
uni.$emit('newsReadChange')
|
uni.$emit('newsReadChange')
|
||||||
this.$store.dispatch('refreshAuthState')
|
this.$store.dispatch('refreshAuthState')
|
||||||
}
|
}
|
||||||
this.labourUnionInfoInit()
|
// this.labourUnionInfoInit()
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
labourUnionInfoInit(){
|
labourUnionInfoInit(){
|
||||||
|
|||||||
@@ -169,7 +169,7 @@
|
|||||||
},
|
},
|
||||||
components: {uniMask,validCode},
|
components: {uniMask,validCode},
|
||||||
onLoad: function(option) { //option为object类型,会序列化上个页面传递的参数
|
onLoad: function(option) { //option为object类型,会序列化上个页面传递的参数
|
||||||
this.$store.dispatch('setAutograph')
|
// this.$store.dispatch('setAutograph')
|
||||||
if (option.missionNo) {
|
if (option.missionNo) {
|
||||||
this.missionNo = decodeURIComponent(option.missionNo);
|
this.missionNo = decodeURIComponent(option.missionNo);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -43,7 +43,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.$store.dispatch('setAutograph')
|
// this.$store.dispatch('setAutograph')
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
goAgreement (url) {
|
goAgreement (url) {
|
||||||
|
|||||||
Reference in New Issue
Block a user