zhaoxiaohai 3 лет назад
Родитель
Сommit
428b6603fc
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      pages/annunciate/details.js

+ 2 - 0
pages/annunciate/details.js

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