闫增涛
2024-03-25 8f9242a0cfc60fa3718c93123282fcb2b8dbf7fa
packageBookService/pages/bookServices/examination/questionOptions/index.js
@@ -64,7 +64,7 @@
    questionCardState: false,
    setUpPopup: false,
    testReportState: false,
    sliderValue: 28,
    sliderValue: 36,
    useTime: '',
    radioItem: 'daytime'
  },
@@ -166,10 +166,8 @@
    },
    // 滑块变化
    onChangeSlider(e) {
      this.setData({
        sliderValue: e.detail.value
      })
      console.log(e.detail.value);
      const value = e.detail.value
      this.triggerEvent('onChangeSlider', { value })
    },
    // 设置遮罩层点击
    onSetUpChange(e) {