@@ -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'
})