| | |
| | | <image class="w-81 h-77 ml-38" src="/static/home/Group 2@2x.png" mode=""></image> |
| | | <text class="ml-37 font-bold">党员审核</text> |
| | | </view> |
| | | <view class="pt-38 pb-38 bg1 w-333 br-19 mt-19 flex a-center" @tap.stop="toSupervision" |
| | | v-if="showData && userInfo.isAdmin == 1"> |
| | | <image class="w-81 h-77 ml-38" src="/static/home/supervision.png" mode=""></image> |
| | | <text class="ml-37 font-bold">诉求监督</text> |
| | | </view> |
| | | </view> |
| | | <view class="flex j-between a-center mt-38"> |
| | | <!-- <text class="color1">消息通知</text> --> |
| | |
| | | this.getappletcinfo() |
| | | }, |
| | | methods: { |
| | | toSupervision() { |
| | | uni.navigateTo({ |
| | | url: '/pages/supervision/supervision' |
| | | }) |
| | | }, |
| | | toStatistics() { |
| | | uni.navigateTo({ |
| | | url:'/pages/statistics/index' |
| | | url: '/pages/statistics/index' |
| | | }) |
| | | }, |
| | | // 管理员确认 |