26393
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user