zhaoxiaohai 3 년 전
부모
커밋
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: '您已提交过建议',