|
|
@ -297,7 +297,7 @@ |
|
|
|
markerPhone(){ |
|
|
|
markerPhone(){ |
|
|
|
if (this.sitInfo.phone) { |
|
|
|
if (this.sitInfo.phone) { |
|
|
|
uni.makePhoneCall({ |
|
|
|
uni.makePhoneCall({ |
|
|
|
phoneNumber:this.sitInfo.phone |
|
|
|
phoneNumber:'4008-56-5355' |
|
|
|
}) |
|
|
|
}) |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
uni.showToast({ |
|
|
|
uni.showToast({ |
|
|
@ -405,7 +405,7 @@ |
|
|
|
this.SiteOliInfo = res.data.oil |
|
|
|
this.SiteOliInfo = res.data.oil |
|
|
|
if(res.data.oil.length <3){ |
|
|
|
if(res.data.oil.length <3){ |
|
|
|
this.showHeight = ' auto' |
|
|
|
this.showHeight = ' auto' |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
this.showHeight = '340rpx' |
|
|
|
this.showHeight = '340rpx' |
|
|
|
} |
|
|
|
} |
|
|
|
uni.setStorageSync('oilSiteId',res.data.site.siteCode) |
|
|
|
uni.setStorageSync('oilSiteId',res.data.site.siteCode) |
|
|
|