Explorar o código

字数限制提示

jwyu %!s(int64=2) %!d(string=hai) anos
pai
achega
59b3578f06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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'
             })