|
@@ -41,7 +41,7 @@
|
|
|
</van-nav-bar>
|
|
</van-nav-bar>
|
|
|
</div>
|
|
</div>
|
|
|
<!--主体内容-->
|
|
<!--主体内容-->
|
|
|
- <div style="margin-top: 44px; padding-bottom: 50px" v-if="pageShow">
|
|
|
|
|
|
|
+ <div style="margin-top: 44px; padding-bottom: 50px" v-if="list">
|
|
|
<van-dialog title="门店位置">
|
|
<van-dialog title="门店位置">
|
|
|
<mapmarker :info="list"></mapmarker>
|
|
<mapmarker :info="list"></mapmarker>
|
|
|
</van-dialog>
|
|
</van-dialog>
|
|
@@ -575,7 +575,6 @@ export default {
|
|
|
markers: undefined,
|
|
markers: undefined,
|
|
|
markers1: undefined,
|
|
markers1: undefined,
|
|
|
marker: undefined,
|
|
marker: undefined,
|
|
|
- pageShow: false,
|
|
|
|
|
mapsearchlist: [],
|
|
mapsearchlist: [],
|
|
|
map: '',
|
|
map: '',
|
|
|
img: '',
|
|
img: '',
|
|
@@ -1242,7 +1241,6 @@ export default {
|
|
|
});
|
|
});
|
|
|
},
|
|
},
|
|
|
getDetail() {
|
|
getDetail() {
|
|
|
- this.pageShow = false;
|
|
|
|
|
this.lat = '';
|
|
this.lat = '';
|
|
|
this.lon = '';
|
|
this.lon = '';
|
|
|
getById({ storeId: this.$route.query.id })
|
|
getById({ storeId: this.$route.query.id })
|
|
@@ -1384,7 +1382,6 @@ export default {
|
|
|
// 获取审批历史
|
|
// 获取审批历史
|
|
|
this.storeApprovaHistoryFun();
|
|
this.storeApprovaHistoryFun();
|
|
|
}
|
|
}
|
|
|
- this.pageShow = true;
|
|
|
|
|
} else {
|
|
} else {
|
|
|
this.$toast.fail(res.msg);
|
|
this.$toast.fail(res.msg);
|
|
|
}
|
|
}
|