闫增涛
2024-03-27 1053bf2995141d5f73868bd2fb58deb1bc68c480
packageBookService/pages/bookServices/examination/questionOptions/index.js
@@ -167,6 +167,7 @@
    // 滑块变化
    onChangeSlider(e) {
      const value = e.detail.value
      console.log(value);
      this.triggerEvent('onChangeSlider', { value })
    },
    // 设置遮罩层点击
@@ -181,6 +182,11 @@
        radioItem: e.detail.value
      })
      const value = e.detail.value == 'night' ? true : false
      wx.setNavigationBarColor({
        backgroundColor: '#222',
        frontColor: '#222',
      })
      this.triggerEvent('changeBGColor', { value })
    },
    // 重做按钮
@@ -285,6 +291,6 @@
        }
      })
      this.submitPaper()
    }
    },
  }
})