yiming
2024-04-29 4496721cd3af3c68ed4d55218d3e83ea0664c57e
pages/bookExhibitionList/index.js
@@ -52,7 +52,7 @@
      ],
    },
    multipleSelect: {
      // value: [],
      value: [],
      options: [],
    },
    navBarHeight: '',
@@ -105,7 +105,7 @@
    // setTimeout(function () {
    //   that.data.name = "测试watch变化了"
    // }, 500)
    // console.log(11111);
    console.log(11111);
  },
  watch: {
    name: function (newVal, oldVal) {
@@ -444,7 +444,11 @@
      value
    } = event.detail;
    // 确认操作的处理逻辑
    this.data.keynoteValue = value
    // this.data.keynoteValue = value
    this.setData({
      keynoteValue: value,
    })
    this.bookExhibitionGet()
  },