ZZJ
2022-03-22 81c9b1f75b80fade52653243b914ccb2677b4a8f
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);