forms/chinaArea/ChinaLocations.weapp.js
@@ -84,7 +84,6 @@ }, // 省市区名称 getRegionNames(regions, callback) { if (typeof regions === 'string') { regions = regions.split(','); } @@ -109,7 +108,6 @@ }, // 省市区文本转code getRegionCodes(regions, callback) { if (typeof regions === 'string') { regions = regions.split(','); }