AiTreePicker

This commit is contained in:
花有清香月有阴
2021-12-17 15:21:35 +08:00
parent b5299a625c
commit 66d1229420
3 changed files with 291 additions and 4 deletions

View File

@@ -20,7 +20,7 @@
<span class="hint">24</span>
</div>
<div class="right-right">
<div class="right-right" @click.stop="toChange">
<u-icon name="thumb-up" color="red"></u-icon>
<span class="hint">4</span>
</div>
@@ -43,7 +43,7 @@
<div class="addBtn iconfont iconfont-iconfangda" @tap.stop="toAdd()" />
</AiFixedBtn>
<u-modal v-model="deletShow" content="您确认要删除该条信息吗" :show-cancel-button="true" :mask-close-able="true" :show-title="false" @confirm="delet"></u-modal>
<u-modal v-model="deletShow" content="您确认要结束议题公示" :show-cancel-button="true" :mask-close-able="true" :show-title="false" @confirm="delet"></u-modal>
</div>
</template>
@@ -122,6 +122,10 @@ export default {
}
})
},
toChange() {
console.log('点赞')
},
},
onReachBottom() {
this.current = this.current + 1