|
@@ -63,10 +63,7 @@
|
|
<div class="row block">
|
|
<div class="row block">
|
|
<div class="col label">医疗许可证:</div>
|
|
<div class="col label">医疗许可证:</div>
|
|
<div class="col content">
|
|
<div class="col content">
|
|
- <el-image
|
|
|
|
- :src="clubInfo.medicalLicenseImage"
|
|
|
|
- v-if="clubInfo.medicalLicenseImage"
|
|
|
|
- ></el-image>
|
|
|
|
|
|
+ <el-image :src="clubInfo.medicalLicenseImage" v-if="clubInfo.medicalLicenseImage"></el-image>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="row">
|
|
@@ -81,12 +78,7 @@
|
|
<SimpleAMap ref="aMap" :lnglat="lnglat" />
|
|
<SimpleAMap ref="aMap" :lnglat="lnglat" />
|
|
<div class="position-select-footer">
|
|
<div class="position-select-footer">
|
|
<div class="lnglat">当前经纬度:{{ clubInfo.lngAndLat }}</div>
|
|
<div class="lnglat">当前经纬度:{{ clubInfo.lngAndLat }}</div>
|
|
- <div
|
|
|
|
- class="position-confirm postion-control"
|
|
|
|
- @click="mapVisiable = false"
|
|
|
|
- >
|
|
|
|
- 确定
|
|
|
|
- </div>
|
|
|
|
|
|
+ <div class="position-confirm postion-control" @click="mapVisiable = false">确定</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -110,15 +102,11 @@ export default {
|
|
},
|
|
},
|
|
firstClubTypeName() {
|
|
firstClubTypeName() {
|
|
if (!this.clubInfo.firstClubType) return '其他'
|
|
if (!this.clubInfo.firstClubType) return '其他'
|
|
- return ['医美', '生美', '项目公司', '个人', '其他'][
|
|
|
|
- this.clubInfo.firstClubType - 1
|
|
|
|
- ]
|
|
|
|
|
|
+ return ['医美', '生美', '项目公司', '个人', '其他'][this.clubInfo.firstClubType - 1]
|
|
},
|
|
},
|
|
secondClubTypeName() {
|
|
secondClubTypeName() {
|
|
if (!this.clubInfo.secondClubType) return '其他'
|
|
if (!this.clubInfo.secondClubType) return '其他'
|
|
- return ['诊所', '门诊', '医院', '其他', '美容院', '养生馆', '其他'][
|
|
|
|
- this.clubInfo.secondClubType - 1
|
|
|
|
- ]
|
|
|
|
|
|
+ return ['诊所', '门诊', '医院', '其他', '美容院', '养生馆', '其他'][this.clubInfo.secondClubType - 1]
|
|
},
|
|
},
|
|
lnglat() {
|
|
lnglat() {
|
|
return this.clubInfo.lngAndLat ? this.clubInfo.lngAndLat.split(',') : null
|
|
return this.clubInfo.lngAndLat ? this.clubInfo.lngAndLat.split(',') : null
|
|
@@ -159,6 +147,7 @@ export default {
|
|
.page {
|
|
.page {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
|
+ background: #fff;
|
|
}
|
|
}
|
|
|
|
|
|
.position-select {
|
|
.position-select {
|
|
@@ -223,8 +212,8 @@ export default {
|
|
}
|
|
}
|
|
|
|
|
|
.page-content {
|
|
.page-content {
|
|
- max-width: 760px;
|
|
|
|
- padding-bottom: 167px;
|
|
|
|
|
|
+ max-width: 800px;
|
|
|
|
+ padding-bottom: 120px;
|
|
.title {
|
|
.title {
|
|
font-size: 24px;
|
|
font-size: 24px;
|
|
color: #282828;
|
|
color: #282828;
|
|
@@ -244,7 +233,7 @@ export default {
|
|
.btn {
|
|
.btn {
|
|
width: 98px;
|
|
width: 98px;
|
|
height: 36px;
|
|
height: 36px;
|
|
- background: #BC1724;
|
|
|
|
|
|
+ background: #bc1724;
|
|
border-radius: 4px;
|
|
border-radius: 4px;
|
|
text-align: center;
|
|
text-align: center;
|
|
line-height: 36px;
|
|
line-height: 36px;
|
|
@@ -298,8 +287,7 @@ export default {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 16px;
|
|
width: 16px;
|
|
height: 16px;
|
|
height: 16px;
|
|
- background: url(~assets/theme-images/common/icon-position.png)
|
|
|
|
- no-repeat center;
|
|
|
|
|
|
+ background: url(~assets/theme-images/common/icon-position.png) no-repeat center;
|
|
background-size: 16px 16px;
|
|
background-size: 16px 16px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -396,7 +384,7 @@ export default {
|
|
.btn {
|
|
.btn {
|
|
width: 36vw;
|
|
width: 36vw;
|
|
height: 8.8vw;
|
|
height: 8.8vw;
|
|
- background: #BC1724;
|
|
|
|
|
|
+ background: #bc1724;
|
|
border-radius: 0.4vw;
|
|
border-radius: 0.4vw;
|
|
text-align: center;
|
|
text-align: center;
|
|
line-height: 8.8vw;
|
|
line-height: 8.8vw;
|
|
@@ -456,8 +444,7 @@ export default {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
width: 3.58vw;
|
|
width: 3.58vw;
|
|
height: 3.58vw;
|
|
height: 3.58vw;
|
|
- background: url(~assets/theme-images/common/icon-position.png)
|
|
|
|
- no-repeat center;
|
|
|
|
|
|
+ background: url(~assets/theme-images/common/icon-position.png) no-repeat center;
|
|
background-size: 3.58vw;
|
|
background-size: 3.58vw;
|
|
}
|
|
}
|
|
}
|
|
}
|