Ver código fonte

更改热点标题限制字数

tremble 3 anos atrás
pai
commit
4ce4f4a044
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      src/views/hotspot/EditPanel.vue

+ 2 - 2
src/views/hotspot/EditPanel.vue

@@ -58,8 +58,8 @@
                 <input
                 <input
                   type="text"
                   type="text"
                   class="ui-input"
                   class="ui-input"
-                  placeholder="请填写标题限15字"
-                  :maxlength="15"
+                  placeholder="请填写标题限50字"
+                  :maxlength="50"
                   v-model="hotspot.hotspotTitle"
                   v-model="hotspot.hotspotTitle"
                 />
                 />
               </div>
               </div>