| | |
| | | isShowDialog: { |
| | | type: Boolean |
| | | }, |
| | | joinGroup:{ |
| | | type:Boolean |
| | | joinGroup: { |
| | | type: Boolean |
| | | } |
| | | }, |
| | | |
| | |
| | | // 滑块变化 |
| | | onChangeSlider(e) { |
| | | const value = e.detail.value; |
| | | console.log(value); |
| | | this.triggerEvent("onChangeSlider", { |
| | | value |
| | | }); |
| | |
| | | ) { |
| | | this.submitPaper(); |
| | | // wx.navigateBack(); |
| | | } else if ( |
| | | this.properties.answerType == "option" || |
| | | this.properties.answerType == "mock" || |
| | | this.properties.answerType == "interaction" |
| | | ) { |
| | | } else if (this.properties.answerType == "option" || this.properties.answerType == "mock" || this.properties.answerType == "interaction") { |
| | | if (this.properties.submitStatus) return wx.navigateBack(); |
| | | this.properties.questionDataList.forEach((item) => { |
| | | if (!this.isHaveAnswer(item.userAnswer)) { |