微心愿

This commit is contained in:
liuye
2022-11-16 14:37:20 +08:00
parent 309d835894
commit 286e4a8516
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="list">
<div class="list-data">
<AiTopFixed>
<u-tabs :list="tabList" :is-scroll="false" :current="currentTabs" height="96" bg-color="#3975C6" inactive-color="#fff" active-color="#fff"
@change="change"></u-tabs>
@@ -156,7 +156,7 @@ export default {
</script>
<style scoped lang="scss">
.list {
.list-data {
height: 100%;
padding: 0;
width: 100vw;

View File

@@ -104,7 +104,7 @@
<div class="doIt" @click="doItShow = true">我来受理</div>
</div>
<div class="endDoIt" v-if="data.eventStatus == 1 && data.rightType == 0" @click="toContent(3)">前往办理</div>
<div class="endDoIt" v-if="data.eventStatus == 1" @click="toContent(3)">前往办理</div>
</div>
<AiEvaluation v-show="false" v-model="evaluation" :bid="data.id"/>
<u-modal v-model="doItShow" :mask-close-able="true" z-index="99" content="确定受理该事件?" :show-cancel-button="true" @confirm="doThings"></u-modal>