Browse Source

加打印-a

张田田 6 ngày trước cách đây
mục cha
commit
432613ec1d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      miniprogram/pages/home/home.ts

+ 1 - 1
miniprogram/pages/home/home.ts

@@ -246,7 +246,7 @@ Page({
     }>
   ) {
     const { careList, allExpanded } = this.data;
-    console.log(careList, "careList")
+    console.log(careList, "careList-a")
     let newDisplayList: any[] =
       allExpanded || careList.length <= 4 ? careList : careList.slice(0, 4);