flat: 暂存
This commit is contained in:
@@ -91,11 +91,14 @@
|
||||
<view class="prolist" v-if="info.callNumber">
|
||||
座机号:{{info.callNumber}}
|
||||
</view> -->
|
||||
<view class="prolist">
|
||||
<!-- <view class="prolist">
|
||||
公司地址:{{info.companyAddress || '暂无'}}
|
||||
</view> -->
|
||||
<view class="prolist">
|
||||
工作地址:{{`${info.cityId === -1 ? '无' : area.dic[info.cityId]}`}}
|
||||
</view>
|
||||
<view class="prolist">
|
||||
工作地址:{{info.address}}
|
||||
详细地址:{{info.address}}
|
||||
</view>
|
||||
<map class="map" :latitude="latitude" :longitude="longitude" :markers="covers"></map>
|
||||
</view>
|
||||
@@ -404,7 +407,7 @@
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
...mapGetters(['auth', 'autograph']),
|
||||
...mapGetters(['auth', 'autograph', 'area']),
|
||||
skillNames() {
|
||||
if (this.info.skillNames) {
|
||||
return this.info.skillNames.split(',')
|
||||
|
||||
Reference in New Issue
Block a user