提交 175ec4d3 编写于 作者: “grape”'s avatar “grape”

首页数据

上级 3f49aab7
因为 它太大了无法显示 源差异 。您可以改为 查看blob
...@@ -348,6 +348,7 @@ import { Area } from "vant"; ...@@ -348,6 +348,7 @@ import { Area } from "vant";
import { Cell, CellGroup } from 'vant'; import { Cell, CellGroup } from 'vant';
import { Tabbar, TabbarItem } from 'vant'; import { Tabbar, TabbarItem } from 'vant';
import { Tab, Tabs } from 'vant'; import { Tab, Tabs } from 'vant';
import{area}from "../../model/domain/areaData";
Vue.use(Cell); Vue.use(Cell);
Vue.use(CellGroup); Vue.use(CellGroup);
Vue.use(Area); Vue.use(Area);
...@@ -361,21 +362,7 @@ Vue.use(Tabs); ...@@ -361,21 +362,7 @@ Vue.use(Tabs);
// return { areaList }; // return { areaList };
// }, // },
// }; // };
const areaList = {
province_list: {
110000: "北京市",
120000: "天津市",
},
city_list: {
110100: "北京市",
120100: "天津市",
},
county_list: {
110101: "东城区",
110102: "西城区",
// ....
},
};
@Component({ @Component({
name: "Main", name: "Main",
}) })
...@@ -402,21 +389,7 @@ export default class Main extends Vue { ...@@ -402,21 +389,7 @@ export default class Main extends Vue {
vanvcol43 = "vandilote"; vanvcol43 = "vandilote";
vanvcol44 = "vandilote"; vanvcol44 = "vandilote";
active=0; active=0;
areaList = { areaList = area;
province_list: {
110000: "北京市",
120000: "天津市",
},
city_list: {
110100: "北京市",
120100: "天津市",
},
county_list: {
110101: "东城区",
110102: "西城区",
// ....
},
};
outcsinfo = { outcsinfo = {
place:'请选择地区',//出行地点 place:'请选择地区',//出行地点
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册