bug
闫增涛
2024-09-07 02eb8d0829a78a30bdb6ce25f93858dfdd61c4dc
pages/bookExhibitionList/index.js
@@ -69,11 +69,11 @@
        },
        {
          value: "timeAsc",
          label: "创建时间正序",
          label: "出版时间正序",
        },
        {
          value: "timeDesc",
          label: "创建时间倒序",
          label: "出版时间倒序",
        },
      ],
    },
@@ -420,6 +420,7 @@
    this.setData({
      "product.value": e.detail.value,
    });
    this.bookExhibitionGet();
  },
  onOpend() {},