* 生成州/省份(使用关联数据,与城市匹配)
(country)
| 1088 | * 生成州/省份(使用关联数据,与城市匹配) |
| 1089 | */ |
| 1090 | function generateState(country) { |
| 1091 | // 使用当前选中的位置信息 |
| 1092 | return currentLocation ? currentLocation.state : 'New York'; |
| 1093 | } |
| 1094 | |
| 1095 | /** |
| 1096 | * 生成性别 |
no outgoing calls
no test coverage detected