xiaojiao
2 天以前 b532ba8806996246ab7a0896bf34b884c47dee7e
ÏîÄ¿´úÂë/PDA/uview-ui/components/u-field/u-field.vue
@@ -76,7 +76,7 @@
 * @property {Boolean} focus æ˜¯å¦è‡ªåŠ¨èŽ·å¾—ç„¦ç‚¹ï¼ˆé»˜è®¤false)
 * @property {Boolean} fixed å¦‚æžœtype为textarea,且在一个"position:fixed"的区域,需要指明为true(默认false)
 * @property {Boolean} disabled æ˜¯å¦ä¸å¯è¾“入(默认false)
 * @property {Number String} maxlength æœ€å¤§è¾“入长度,设置为 -1 çš„æ—¶å€™ä¸é™åˆ¶æœ€å¤§é•¿åº¦ï¼ˆé»˜è®¤140)
 * @property {Number String} maxlength æœ€å¤§è¾“入长度,设置为 -1 çš„æ—¶å€™ä¸é™åˆ¶æœ€å¤§é•¿åº¦ï¼ˆé»˜è®¤200)
 * @property {String} confirm-type è®¾ç½®é”®ç›˜å³ä¸‹è§’按钮的文字,仅在type="text"时生效(默认done)
 * @event {Function} input è¾“入框内容发生变化时触发
 * @event {Function} focus è¾“入框获得焦点时触发
@@ -143,7 +143,7 @@
      },
      maxlength: {
         type: [Number, String],
         default: 140
         default: 200
      },
      confirmType: {
         type: String,