|
|
@@ -45,9 +45,9 @@
|
|
|
class="aed-img" @click="openimg(item)" :key="item"></image>
|
|
|
</view>
|
|
|
</scroll-view>
|
|
|
- <view class="aed-phone" @click="makecall(showAed.phone)">
|
|
|
+ <!-- <view class="aed-phone" @click="makecall(showAed.phone)">
|
|
|
电话
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
<view class="aed-dh" @click="opendh">
|
|
|
导航
|
|
|
@@ -227,9 +227,6 @@
|
|
|
// 打开aed详情
|
|
|
lookmore(e) {
|
|
|
console.log(e)
|
|
|
- // if(e.markerId == 0) {
|
|
|
- // return
|
|
|
- // }
|
|
|
let obj = this
|
|
|
if(obj.befoId != 0) {
|
|
|
obj.marker[obj.befoId].iconPath = '/static/icon/aed-na.png'
|
|
|
@@ -684,7 +681,7 @@
|
|
|
|
|
|
.aed-img-scroll {
|
|
|
height: 107rpx;
|
|
|
- width: 508rpx;
|
|
|
+ width: 620rpx;
|
|
|
// background-color: #bfa;
|
|
|
// display: flex;
|
|
|
// // justify-content: ;
|