소스 검색

提问字数限制恢复成50字

cxmo 2 년 전
부모
커밋
adc57de145
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages-question/hasQuestion.vue

+ 1 - 1
pages-question/hasQuestion.vue

@@ -24,7 +24,7 @@ export default {
     return {
       text:'',
       textlength:0,
-      maxlength:10,
+      maxlength:50,
       hintShow:false
     };
   },