소스 검색

字数限制提示

jwyu 2 년 전
부모
커밋
59b3578f06
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages-question/detail/index.vue

+ 1 - 1
pages-question/detail/index.vue

@@ -209,7 +209,7 @@
          async editQuestionHandle() {
             
             const { CommunityQuestionId,QuestionContent } = this.edit_item;
-            if(QuestionContent.length > 25)  return uni.showToast({
+            if(QuestionContent.length > 28)  return uni.showToast({
                title: '字数超限,请修改问题后重试',
                icon: 'none'
             })