| | |
| | | //选择纠纷类型 、跳转事项概况语音描述,跳转事项申请语音描述 |
| | | caseTypeGoPage(e) { |
| | | let url = e.currentTarget.dataset.url; |
| | | let type = e.currentTarget.dataset.type; |
| | | let value = e.currentTarget.dataset.value; |
| | | wx.navigateTo({ |
| | | url: url, |
| | | url: url + '?type=' + type + '&value=' + value, |
| | | }); |
| | | }, |
| | | |
| | |
| | | that.setData({ |
| | | submitData: { |
| | | ...that.data.submitData, |
| | | [key]: that.data.submitData.caseDes + wordsResult |
| | | [key]: that.data.submitData[key] + wordsResult |
| | | }, |
| | | [keyNum]: (that.data.submitData.caseDes + wordsResult).length |
| | | [keyNum]: (that.data.submitData[keyNum] + wordsResult).length |
| | | }); |
| | | } |
| | | }, |