src/components/group/articleListScorll.vue
@@ -5,6 +5,10 @@ <newArticle v-bind="temp" :index="index"></newArticle> <!-- <box5 v-bind="temp"></box5> --> </div> <div class="mySecret" v-if="data.length==0"> <p>空空如也..</p> </div> <div v-if="loading && !busy" class="demo-loading-container"> <a-spin /> </div> @@ -81,7 +85,7 @@ }, typeId: function(newValue, oldValue) { this.busy = true; this.$message.info('loading',0.3); this.$message.info('loading', 0.3); this.onChange(1); }