Commit e9b9d758 authored by rencs's avatar rencs

9.7 bug

parent b05c051d
......@@ -378,7 +378,7 @@ export default {
</script>
<style>
.top_btn {
width: 90%;
width: 100%;
display: flex;
justify-content: flex-end;
margin-bottom: 20px;
......
......@@ -448,7 +448,7 @@ export default {
addrDetail: this.store_form.detail_address,
latitude: this.store_form.latitude, //纬度
longitude: this.store_form.longitude, //经度
isShow: 1 // 1、app展示
isShow: 1, // 1、app展示
};
update_store(this.store_form.id, data).then((res) => {
if (res.status == 200) {
......@@ -510,7 +510,7 @@ export default {
addrDetail: this.store_form.detail_address,
latitude: this.store_form.latitude, //纬度
longitude: this.store_form.longitude, //经度
isShow: 1 // 1、app显示
isShow: 1, // 1、app显示
};
let that = this;
add_store(data).then((res) => {
......@@ -826,7 +826,7 @@ export default {
</script>
<style scoped>
.top_btn {
width: 90%;
width: 100%;
display: flex;
justify-content: flex-end;
margin-bottom: 20px;
......
This diff is collapsed.
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