Commit 31c55122 by 冷斌

fix bug

parent bfde9713
......@@ -714,7 +714,7 @@ class HomeAction extends UserAction
public function collect()
{
$limit = 9;
$limit = 1000;
$map['uid'] = $this->mid;
if (!$_GET['tab']) {
......
......@@ -12,9 +12,7 @@
<van-list
v-model="loading"
:finished="finished"
finished-text="没有更多了"
@load="onLoad">
<template v-if="tab == 0">
<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>
......@@ -27,7 +25,7 @@
</div>
</div>
</template>
<template v-if="tab == 1">
<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>
......@@ -37,7 +35,7 @@
</div>
</div>
</template>
</van-list>
</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