Commit 559ee81e by 陈超

A

parent a58fdb0c
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
finished-text="没有更多了" finished-text="没有更多了"
@load="onLoad"> @load="onLoad">
<div v-for="(item, index)" :key="index" class="layout_h_b widthraw_list_item"> <div v-for="(item, index) in items" :key="index" class="layout_h_b widthraw_list_item">
<span class="text_14_400 color_333333">2020-01-02 15:35</span> <span class="text_14_400 color_333333">2020-01-02 15:35</span>
<span class="text_14_600 color_primary">-¥220.00</span> <span class="text_14_600 color_primary">-¥220.00</span>
</div> </div>
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
return { return {
loading: false,//加载时置为true loading: false,//加载时置为true
finished: false,//加载完毕时置为true,为false时自动到底加载更多, finished: false,//加载完毕时置为true,为false时自动到底加载更多,
items: [] items: [1]
} }
}, },
created:function(){ created:function(){
......
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