# 微信小程序地区选择器-picker **Repository Path**: gaobo_111/picker-address ## Basic Information - **Project Name**: 微信小程序地区选择器-picker - **Description**: 这个是地区选择器 可以根据接口选择地区 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-17 - **Last Updated**: 2022-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 微信小程序地区选择器-picker #### 介绍 这个是地区选择器 可以根据接口选择地区 #### 软件架构 软件架构说明 #### 引入方式 #### js myAdderss(e) { console.log(e) let d = e.detail this.data.province = d.n1 this.data.city = d.n2 this.data.district = d.n3 },