From ca32bed216fd184defa85ee2e9ad04bc57255874 Mon Sep 17 00:00:00 2001 From: qiang Date: Tue, 23 Feb 2021 14:22:26 +0800 Subject: [PATCH] docs: uni.chooseAddress --- docs/api/other/choose-address.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/other/choose-address.md b/docs/api/other/choose-address.md index cf64b5255..22379d5ba 100644 --- a/docs/api/other/choose-address.md +++ b/docs/api/other/choose-address.md @@ -24,7 +24,8 @@ | userName | string | 收货人姓名 || | postalCode | string | 邮编 || | provinceName | string | 国标收货地址第一级地址 || -| cityName | string | 国标收货地址第一级地址 || +| cityName | string | 国标收货地址第二级地址 || +| countyName | string | 国标收货地址第三级地址 || | detailInfo | string | 详细收货地址信息 || | nationalCode | string | 收货地址国家码 || | telNumber | string | 收货人手机号码 || -- GitLab