flat: 暂存1
This commit is contained in:
@@ -77,6 +77,23 @@
|
||||
投诉建议
|
||||
<image src="../../static/img/right.svg" mode=""></image>
|
||||
</view>
|
||||
<template v-if="user.userIsCms">
|
||||
<view class="btnList" @click="navTo('/pageMy/admin/check')">
|
||||
<image src="../../static/img/check1.png" mode=""></image>
|
||||
岗位发布审核
|
||||
<image src="../../static/img/right.svg" mode=""></image>
|
||||
</view>
|
||||
<view class="btnList" @click="navTo('/pageMy/admin/dengji')">
|
||||
<image src="../../static/img/dji.png" mode=""></image>
|
||||
线下服务记录登记
|
||||
<image src="../../static/img/right.svg" mode=""></image>
|
||||
</view>
|
||||
<view class="btnList" @click="navTo('/pageMy/admin/admin')">
|
||||
<image src="../../static/img/dji.png" mode=""></image>
|
||||
零工人员登记
|
||||
<image src="../../static/img/right.svg" mode=""></image>
|
||||
</view>
|
||||
</template>
|
||||
<!-- <view class="btnList" @click="go('/pageMy/apply/applications')">
|
||||
<image src="../../static/img/apply.png" mode=""></image>
|
||||
我的申请
|
||||
@@ -106,6 +123,7 @@
|
||||
|
||||
<script>
|
||||
import {
|
||||
mapState,
|
||||
mapGetters
|
||||
} from 'vuex'
|
||||
import {
|
||||
@@ -122,6 +140,7 @@
|
||||
}
|
||||
},
|
||||
onLoad() {
|
||||
this.$store.dispatch('getMobileIsCms')
|
||||
// if (this.$store.state.user.token && this.authPass) {
|
||||
// this.$store.dispatch('getVipCode')
|
||||
// }
|
||||
@@ -167,6 +186,7 @@
|
||||
stringFilterNum
|
||||
},
|
||||
computed: {
|
||||
...mapState(['user']),
|
||||
...mapGetters(['userInfo', 'auth', 'authPass'])
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user