litian
2024-08-27 366de5b4636679392a1e3d2984fc23bd5eaa5ac3
pages/bookExhibitionList/index.js
@@ -23,7 +23,7 @@
      start: 0,
      size: 16,
    },
    keynoteValue: null,
    keynoteValue: [],
    filteredItems: [],
    newValue: null,
    bookExhibitionList: [],
@@ -69,11 +69,11 @@
        },
        {
          value: "timeAsc",
          label: "出版时间正序",
          label: "创建时间正序",
        },
        {
          value: "timeDesc",
          label: "出版时间倒序",
          label: "创建时间倒序",
        },
      ],
    },
@@ -420,7 +420,6 @@
    this.setData({
      "product.value": e.detail.value,
    });
    this.bookExhibitionGet();
  },
  onOpend() {},