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>
......
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