|
|
|
@ -263,11 +263,11 @@ Page({ |
|
|
|
focus: true |
|
|
|
}) |
|
|
|
}, |
|
|
|
toOperationDesc(phrase) { //常用于点击事件
|
|
|
|
// console.log(phrase.currentTarget.dataset.phrase)
|
|
|
|
this.setData({ |
|
|
|
issueContent: this.data.issueContent + phrase.currentTarget.dataset.phrase, |
|
|
|
}) |
|
|
|
// console.log(phrase.currentTarget.dataset.phrase)
|
|
|
|
}, |
|
|
|
// toOperationDesc(phrase) { //常用于点击事件
|
|
|
|
// // console.log(phrase.currentTarget.dataset.phrase)
|
|
|
|
// this.setData({
|
|
|
|
// issueContent: this.data.issueContent + phrase.currentTarget.dataset.phrase,
|
|
|
|
// })
|
|
|
|
// // console.log(phrase.currentTarget.dataset.phrase)
|
|
|
|
// },
|
|
|
|
}) |