flat: 修改
This commit is contained in:
@@ -98,10 +98,10 @@
|
||||
公司地址:{{info.companyAddress || '暂无'}}
|
||||
</view> -->
|
||||
<view class="prolist">
|
||||
工作地址:{{info.cityId || '暂无'}}
|
||||
注册地址:{{info.cityId || '暂无'}}
|
||||
</view>
|
||||
<view class="prolist">
|
||||
详细地址:{{info.address || '暂无'}}
|
||||
工作地址:{{info.address || '暂无'}}
|
||||
</view>
|
||||
<view class="map">
|
||||
<!-- <seeLocation ref="cMap" :apikey="$config.apiKey"></seeLocation> -->
|
||||
@@ -336,10 +336,12 @@
|
||||
self.longitude = self.info.lon;
|
||||
self.covers[0].latitude = self.info.lat;
|
||||
self.covers[0].longitude = self.info.lon;
|
||||
self.$refs.uMap.initMap({
|
||||
lat: self.info.lat,
|
||||
lon: self.info.lon,
|
||||
})
|
||||
if (!(self.info.lat && self.info.lat === -1)) {
|
||||
self.$refs.uMap.initMap({
|
||||
lat: self.info.lat,
|
||||
lon: self.info.lon,
|
||||
})
|
||||
}
|
||||
// this.$refs.cMap.open()
|
||||
self.showDetail = true;
|
||||
if (!this.seeDeatil) {
|
||||
|
||||
Reference in New Issue
Block a user