This commit is contained in:
yanran200730
2022-01-07 16:29:33 +08:00
parent 5859f1c8c9
commit 172ab15538
2 changed files with 35 additions and 8 deletions

View File

@@ -45,7 +45,6 @@
<div class="addBtn iconfont iconfont-iconfangda" @tap.stop="toAdd()" />
<div class="addBtn iconfont iconfont-iconDouble_Up" @tap.stop="backTop" v-if="showBackTop" />
</AiFixedBtn>
<u-modal v-model="deletShow" content="您确认要删除该条信息吗?" :show-cancel-button="true" :mask-close-able="true" :show-title="false" @confirm="delet"></u-modal>
</div>
</template>
@@ -101,6 +100,7 @@ export default {
this.$areaId = this.user.areaName
this.areaName = this.user.areaName
this.areaId = this.user.areaId
this.getList()
uni.$on('update', () => {
@@ -219,6 +219,15 @@ export default {
padding-bottom: 10px;
background: #f2f2f2;
::v-deep .AiCard {
border-radius: 0!important;
box-shadow: none;
.start {
border-radius: 0!important;
}
}
.areatop {
display: flex;
justify-content: space-between;