Browse Source

提问字数限制恢复成50字

cxmo 2 years ago
parent
commit
adc57de145
1 changed files with 1 additions and 1 deletions
  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
     };
   },