提交 a10584de 编写于 作者: 张敬贤's avatar 张敬贤

add

上级 657fd67e
......@@ -73,6 +73,7 @@ export default {
async handler(nv, ov) {
console.log('locationAreaCode', nv, ov);
if (nv) {
this.result = store.get('geolocation');
this.provinceList = await this.getProvinceList();
this.cityList = await this.getCityList(nv[0]);
this.countyList = await this.getCountyList(nv[1]);
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册