Commit f551ed23 by 刘海龙

no message

parent 1531b1c7
...@@ -10,6 +10,9 @@ ...@@ -10,6 +10,9 @@
.zhenti_tab { display: flex; align-items: center; background: #fff; z-index: 20; } .zhenti_tab { display: flex; align-items: center; background: #fff; z-index: 20; }
.van-tabs__nav--line { z-index: 21; } .van-tabs__nav--line { z-index: 21; }
.close_yulan { width: 12px; height: 12px; position: absolute; top: 8px; right: 8px; } .close_yulan { width: 12px; height: 12px; position: absolute; top: 8px; right: 8px; }
.doneBox { display: flex; align-items: center; justify-content: space-around; }
.hengxian { width: 30%; height: 1px; background: #e6e6e6; }
.loadDone { font-size: 16px; color: #999; }
</style> </style>
<div id="app"> <div id="app">
...@@ -62,7 +65,12 @@ ...@@ -62,7 +65,12 @@
<div @click="startDo(item)" v-else-if="item.price > 0" class="button_orange layout_center">预览</div> <div @click="startDo(item)" v-else-if="item.price > 0" class="button_orange layout_center">预览</div>
</div> </div>
</div> </div>
<span style="margin-top: 35vh;" v-if="zhenti.length == 0" class="text_14_400 color_999999 self_center">没有找到!</span> <div class="doneBox">
<div class="hengxian"></div>
<div class="loadDone">加载完成</div>
<div class="hengxian"></div>
</div>
<span style="margin-top: 35vh;" v-if="zhenti.length == 0" class="text_14_400 color_999999 self_center">没有找到!</span>
</div> </div>
</van-tab> </van-tab>
...@@ -125,7 +133,12 @@ ...@@ -125,7 +133,12 @@
</div> </div>
</div> </div>
</div> </div>
<span style="margin-top: 35vh;" v-if="download.length == 0" class="text_14_400 color_999999 self_center">没有找到!</span> <div class="doneBox">
<div class="hengxian"></div>
<div class="loadDone">加载完成</div>
<div class="hengxian"></div>
</div>
<span style="margin-top: 35vh;" v-if="download.length == 0" class="text_14_400 color_999999 self_center">没有找到!</span>
</div> </div>
</van-tab> </van-tab>
...@@ -166,7 +179,12 @@ ...@@ -166,7 +179,12 @@
</div> </div>
<span style="margin-top: 35vh;" v-if="myYiZuo.length == 0" class="text_14_400 color_999999 self_center">没有找到!</span> <span style="margin-top: 35vh;" v-if="myYiZuo.length == 0" class="text_14_400 color_999999 self_center">没有找到!</span>
</template> </template>
</div> <div class="doneBox">
<div class="hengxian"></div>
<div class="loadDone">加载完成</div>
<div class="hengxian"></div>
</div>
</div>
</van-tab> </van-tab>
</van-tabs> </van-tabs>
...@@ -229,7 +247,8 @@ ...@@ -229,7 +247,8 @@
myYiZuo: [], myYiZuo: [],
myCollect: [], myCollect: [],
yulan: 0, yulan: 0,
page: 1 page: 1,
loadDone: 0, // 0未加载完 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