Commit 4110c8c5 by 陈玉桐

fix

parent 515bed9b
...@@ -69,6 +69,9 @@ export default { ...@@ -69,6 +69,9 @@ export default {
}, },
methods: { methods: {
loadMore () { loadMore () {
if(this.list ==''){
return
}
let me = this; let me = this;
me.loading = true; me.loading = true;
me.loadingText = '正在加载中...' me.loadingText = '正在加载中...'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment