litian
2024-07-10 81c23f9c2f5bdfbe962d0b19a5a80ea7c12f043d
packagePersonal/pages/activateProduct/index.js
@@ -70,13 +70,9 @@
                }, 1000) //延迟时间
              }
            })
          });
      }
    }
  },
  //商品列表
  getDataList(isReachBottom) {
@@ -90,6 +86,7 @@
    }).then((res) => {
      try {
        if (res.datas.length > 0) {
          console.log(res.datas);
          res.datas.forEach((item, index) => {
            item.createDate = moment(item.createDate).format("YYYY-MM-DD HH:mm:ss");
            let oldlist = [];