yiming
2024-03-26 c5864be56488bee0c767d4b1cf157db4a0ec33c3
pages/bookExhibitionList/index.js
@@ -300,10 +300,6 @@
      this.bookExhibitionGet(newValue)
      this.onLoad()
      console.log('true');
    } else {
      // this.bookExhibitionGet(newValue);
      // this.keyProjectsGet(newPrice);
      console.log('fals');
    }
  },
@@ -313,6 +309,7 @@
    this.setData({
      'multipleSelect.value': e.detail.value,
    });
  },
  handleConfirm(event) {
@@ -324,6 +321,7 @@
    this.bookExhibitionGet()
  },
  handleReset() {
    // 重置操作的处理逻辑
    this.data.keynoteValue = []
    console.log('重置操作');