QYF-GitLab1
4 天以前 b55024ee2f42aa93e0ecaa3113bdeb286f6e59ac
packageBookService/pages/bookServices/examination/questionOptions/index.js
@@ -58,8 +58,8 @@
    isShowDialog: {
      type: Boolean
    },
    joinGroup:{
      type:Boolean
    joinGroup: {
      type: Boolean
    }
  },
@@ -186,7 +186,6 @@
    // 滑块变化
    onChangeSlider(e) {
      const value = e.detail.value;
      console.log(value);
      this.triggerEvent("onChangeSlider", {
        value
      });