Commit 454b57ed authored by 黄奎's avatar 黄奎

页面修改

parent 27a9a9a0
...@@ -428,7 +428,7 @@ ...@@ -428,7 +428,7 @@
Name: 0, Name: 0,
ImgCover: "", ImgCover: "",
Content: "", Content: "",
CountryId: 0, CountryId: 651,
ProviceId: 0, ProviceId: 0,
CityId: 0 CityId: 0
}, },
...@@ -662,10 +662,12 @@ ...@@ -662,10 +662,12 @@
} }
}, },
mounted() { mounted() {
this.getCountryList();
this.getProvinceList(651, 1);
}, },
created() { created() {
this.getCountryList();
this.getProvinceList(651, 1);
if (this.$route.query.hasOwnProperty("cache")) { if (this.$route.query.hasOwnProperty("cache")) {
if (this.$store.state.pageCondition != null) { if (this.$store.state.pageCondition != null) {
this.msg = this.$store.state.pageCondition; this.msg = this.$store.state.pageCondition;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment