WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2021-07-08 8f73817cd1fdbd3e3b23d76d0ce6ba65a85e8950
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(',');
        }