# getAreaList

获取地区列表

# 接口调用示例

this.$bridge.getAreaList().then(res => {
    console.log(res)
})
1
2
3