zhangzengfei
2022-07-20 4a800a8fc83c6bd1f86a8e847b079a51a7532c09
src/pages/visual/Pool/VideoPhotoData.ts
@@ -88,7 +88,6 @@
    // this.cardsForHome.length = 0
    this.cardsForHome.length = 0
    if (res && res.success) {
      console.log("哈哈哈", res)
      res.data.dataList.forEach((item, index) => {
        if (index < this.pageSize) {
          this.cardsForHome.push(item as any);