From a6a5b7211a7a1def012d35ca831b828e11663e2e Mon Sep 17 00:00:00 2001 From: s2kzzZ <1428851833@qq.com> Date: Sat, 9 Dec 2023 07:31:07 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/components/picker.md.=20=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E4=BD=BF=E7=94=A8=E5=9C=B0=E5=8C=BA=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E8=BF=87=E7=A8=8B=E4=B8=AD=E5=8F=91=E7=8E=B0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=AE=9E=E9=99=85=E5=9B=9E=E8=B0=83=E5=8F=82=E6=95=B0=E4=B8=8E?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E6=8F=8F=E8=BF=B0key=E4=B8=8D=E4=B8=80?= =?UTF-8?q?=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: s2kzzZ <1428851833@qq.com> --- docs/components/picker.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/components/picker.md b/docs/components/picker.md index 2ebf3e6..0cc4229 100644 --- a/docs/components/picker.md +++ b/docs/components/picker.md @@ -150,16 +150,16 @@ let params = { // 那么回调的参数可能如下: { area: { - label: "宝安区", - value: "440306" + name: "宝安区", + code: "440306" }, city: { - label: "深圳市", - value: "4403" + name: "深圳市", + code: "4403" }, province: { - label: "广东省", - value: "44" + name: "广东省", + code: "44" }, } ``` -- Gitee