From 0de8f2060bc0e0f6477aa3320c7c65cbf288280c Mon Sep 17 00:00:00 2001 From: Haiyi <1021441632@qq.com> Date: Fri, 9 Sep 2022 17:48:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=99=90=E5=88=B6=E7=94=B5=E8=AF=9D=E5=8D=95?= =?UTF-8?q?=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/addAddress/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/addAddress/index.tsx b/src/pages/addAddress/index.tsx index cae2f14..2b830b4 100644 --- a/src/pages/addAddress/index.tsx +++ b/src/pages/addAddress/index.tsx @@ -27,6 +27,7 @@ export default () => { placeholderFont: '请输入联系方式', type: 'number', value: '', + maxLength: 11 }, { title: '收货地址', @@ -243,6 +244,7 @@ export default () => { {item.title}* changeInput(e, item)} type={item.type} onClick={() => showModal(item)}