|
@@ -314,6 +314,9 @@
|
|
|
<div class="sub-all">所有动态</div>
|
|
|
<div class="sub-details" ref="main">
|
|
|
<ul class="infinite-list" v-infinite-scroll="load" style="overflow:auto" ref="contRoll">
|
|
|
+ <div style="width: 100%" v-if="commentList.length <= 0">
|
|
|
+ <img src="../../assets/image/xiao.png" alt="">
|
|
|
+ </div>
|
|
|
<li v-for="i in count" class="infinite-list-item counli" :key="i">
|
|
|
<p><i class="el-icon-s-fold"></i> <em>屈经理完成了依赖任务</em><span>4月20日</span></p>
|
|
|
</li>
|
|
@@ -586,7 +589,7 @@ toolbar: 'bold italic underline strikethrough | fontsizeselect | forecolor backc
|
|
|
},
|
|
|
methods: {
|
|
|
load () {
|
|
|
- if(this.count >= 6) return
|
|
|
+ if(this.count >= 0) return
|
|
|
this.count += 2
|
|
|
},
|
|
|
onEditorFocus() {
|