litian
2024-07-11 90b09add4ebe0b245c467bff8372f49b8fe3fb6e
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 = [];