Commit e9b9d758 authored by rencs's avatar rencs

9.7 bug

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