|
@@ -119,6 +119,7 @@ Page({
|
|
|
rate
|
|
rate
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
|
|
+ /* 文本框输入 */
|
|
|
textInput({
|
|
textInput({
|
|
|
detail
|
|
detail
|
|
|
}) {
|
|
}) {
|
|
@@ -126,6 +127,7 @@ Page({
|
|
|
"evaluate.leavemessage": deleteMark.queryStr(detail.value)
|
|
"evaluate.leavemessage": deleteMark.queryStr(detail.value)
|
|
|
})
|
|
})
|
|
|
},
|
|
},
|
|
|
|
|
+ /* 提交建议 */
|
|
|
submit() {
|
|
submit() {
|
|
|
if (this.data.isEvaluate) return wx.showToast({
|
|
if (this.data.isEvaluate) return wx.showToast({
|
|
|
title: '您已提交过建议',
|
|
title: '您已提交过建议',
|