BUG 27634
This commit is contained in:
@@ -37,7 +37,7 @@ export default {
|
|||||||
name: "AppVillageInfo",
|
name: "AppVillageInfo",
|
||||||
appName: "一村一群",
|
appName: "一村一群",
|
||||||
computed: {
|
computed: {
|
||||||
...mapState(['user', 'token'])
|
...mapState(['user'])
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@@ -45,8 +45,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad() {
|
onLoad() {
|
||||||
// this.getArea().then(areaId => this.getDetail(areaId))
|
this.getArea().then(areaId => this.getDetail(areaId))
|
||||||
this.getDetail("341021104200")
|
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
getArea() {
|
getArea() {
|
||||||
|
|||||||
Reference in New Issue
Block a user