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