Explorar el Código

提问字数限制恢复成50字

cxmo hace 2 años
padre
commit
adc57de145
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
     };
   },