Commit 31c55122 by 冷斌

fix bug

parent bfde9713
...@@ -714,7 +714,7 @@ class HomeAction extends UserAction ...@@ -714,7 +714,7 @@ class HomeAction extends UserAction
public function collect() public function collect()
{ {
$limit = 9; $limit = 1000;
$map['uid'] = $this->mid; $map['uid'] = $this->mid;
if (!$_GET['tab']) { if (!$_GET['tab']) {
......
...@@ -12,9 +12,7 @@ ...@@ -12,9 +12,7 @@
<van-list <van-list
v-model="loading" v-model="loading"
:finished="finished" :finished="finished"
finished-text="没有更多了"
@load="onLoad"> @load="onLoad">
<template v-if="tab == 0"> <template v-if="tab == 0">
<div v-for="(item, index) in options[0].items" :key="index" class="layout_h collect_video_item"> <div v-for="(item, index) in options[0].items" :key="index" class="layout_h collect_video_item">
<van-image height="68" width="120" fit="cover" src="https://img.yzcdn.cn/vant/cat.jpeg" ></van-image> <van-image height="68" width="120" fit="cover" src="https://img.yzcdn.cn/vant/cat.jpeg" ></van-image>
...@@ -27,7 +25,7 @@ ...@@ -27,7 +25,7 @@
</div> </div>
</div> </div>
</template> </template>
<template v-if="tab == 1"> <template v-if="tab == 1">
<div v-for="(item, index) in options[1].items" :key="index" class="layout_v collect_question_item"> <div v-for="(item, index) in options[1].items" :key="index" class="layout_v collect_question_item">
<span class="text_14_600 color_333333">[班级课程]透视理论01——认识透视[班级课程]透视理论01——认识透视</span> <span class="text_14_600 color_333333">[班级课程]透视理论01——认识透视[班级课程]透视理论01——认识透视</span>
...@@ -37,7 +35,7 @@ ...@@ -37,7 +35,7 @@
</div> </div>
</div> </div>
</template> </template>
</van-list> </van-list>
</div> </div>
</div> </div>
......
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