sd
2025-08-07 b30c5831406c85369835eb0e9b48c60a8b65cf72
src/components/cardWindow.vue
@@ -13,7 +13,7 @@
        positionHint="center"
        :isScrollable="true"
        :minWidth="662"
        :minHeight="479"
        :minHeight="599"
        :maxWidth="10000"
        :maxHeight="7000"
        :height="defaultHeight"
@@ -111,6 +111,9 @@
      }
    },
    async nextPage(dataInfo, index) {
      // console.info("dataInfo:"+JSON.stringify(dataInfo))
      // console.info("index:"+index)
      // console.info("CardList.details:"+this.CardList.details.length)
      let id = dataInfo[0].id;
      let res = this.CardList.getBehindEle(id);
      if (res) {