WebApp【公共组件库】@前端(For Git Submodule)
YFeng
2021-05-11 4180ae1a509c161eaf07e7544f284e0212edda1a
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(',');
        }