|
@@ -6,32 +6,32 @@
|
|
<view class="top flex">
|
|
<view class="top flex">
|
|
<image src="../../static/img/top_bg.png" mode="aspectFill"></image>
|
|
<image src="../../static/img/top_bg.png" mode="aspectFill"></image>
|
|
<view class="china-font">黄石市红十字会</view>
|
|
<view class="china-font">黄石市红十字会</view>
|
|
- <view class="english-font">Red Cross Society of China XianNing Branch</view>
|
|
|
|
|
|
+ <view class="english-font">Red Cross Society of China Huangshi Branch</view>
|
|
<view class="fgx"></view>
|
|
<view class="fgx"></view>
|
|
</view>
|
|
</view>
|
|
<view class="buttom flex">
|
|
<view class="buttom flex">
|
|
<view class="item flex">
|
|
<view class="item flex">
|
|
<image class="home_img" src="../../static/img/test_home.png" mode="aspectFill"></image>
|
|
<image class="home_img" src="../../static/img/test_home.png" mode="aspectFill"></image>
|
|
- <view class="text"><text>湖北省黄石市咸安区温泉街道办事处温泉马柏大道306号</text></view>
|
|
|
|
|
|
+ <view class="text"><text>湖北省黄石市下陆区桂林南路10号</text></view>
|
|
</view>
|
|
</view>
|
|
<view class="item flex">
|
|
<view class="item flex">
|
|
<image class="home_img" src="../../static/img/test_phone.png" mode="aspectFill"></image>
|
|
<image class="home_img" src="../../static/img/test_phone.png" mode="aspectFill"></image>
|
|
<!-- #ifdef H5 -->
|
|
<!-- #ifdef H5 -->
|
|
- <view class="text"><text class="text1">0715-8111755 / 0715-8111765</text></view>
|
|
|
|
|
|
+ <view class="text" @click="makeCall('0714-6221833')"><text class="text1">0714-6221833</text></view>
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
<!-- #ifndef H5 -->
|
|
<!-- #ifndef H5 -->
|
|
- <view class="text" @click="uni.makePhoneCall({phoneNumber: '0716-5156511'})"><text>0715-8111755 /
|
|
|
|
|
|
+ <view class="text" @click="makeCall('0714-6221833')"><text>0714-6221833 /
|
|
0715-8111765</text></view>
|
|
0715-8111765</text></view>
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
</view>
|
|
</view>
|
|
<view class="item flex">
|
|
<view class="item flex">
|
|
<image class="home_img" src="../../static/img/test_mail.png" mode="aspectFill"></image>
|
|
<image class="home_img" src="../../static/img/test_mail.png" mode="aspectFill"></image>
|
|
- <view class="text"><text>403092239@qq.com 270457931@qq.com</text></view>
|
|
|
|
|
|
+ <view class="text"><text>hsshszh@163.com</text></view>
|
|
</view>
|
|
</view>
|
|
<view class="map">
|
|
<view class="map">
|
|
- <!-- <image class="map-box" src="../../static/icon/erweima.jpg"></image> -->
|
|
|
|
- <map class="map-box" id="map" :markers="markers" :scale="scale" :latitude="latitude"
|
|
|
|
- :longitude="longitude" ref="map" :show-location="false"></map>
|
|
|
|
|
|
+ <!-- <map class="map-box" id="map" :markers="markers" :scale="scale" :latitude="latitude"
|
|
|
|
+ :longitude="longitude" ref="map" :show-location="false"></map> -->
|
|
|
|
+ <image src="../../static/images/qr.jpg" mode="" class="map-box"></image>
|
|
<view class="map-font flex">
|
|
<view class="map-font flex">
|
|
<view class="font-left">黄石市红十字会</view>
|
|
<view class="font-left">黄石市红十字会</view>
|
|
<view @click="navigation()" class="font-right">
|
|
<view @click="navigation()" class="font-right">
|
|
@@ -69,8 +69,8 @@
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
scale: '12',
|
|
scale: '12',
|
|
- longitude: '114.35567', //神农架林区经度,,
|
|
|
|
- latitude: '29.816018', //神农架林区纬度
|
|
|
|
|
|
+ longitude: '115.037080', //神农架林区经度,,
|
|
|
|
+ latitude: '30.192767', //神农架林区纬度
|
|
// longitudeNew: '', //当前经度
|
|
// longitudeNew: '', //当前经度
|
|
// latitudeNew: '', //当前纬度
|
|
// latitudeNew: '', //当前纬度
|
|
addr: '黄石市红十字会',
|
|
addr: '黄石市红十字会',
|
|
@@ -80,8 +80,8 @@
|
|
iconPath: '/static/img/img10.png',
|
|
iconPath: '/static/img/img10.png',
|
|
width: '28',
|
|
width: '28',
|
|
height: '28',
|
|
height: '28',
|
|
- longitude: '114.35567', //神农架林区经度,,
|
|
|
|
- latitude: '29.816018', //神农架林区纬度
|
|
|
|
|
|
+ longitude: '115.037080', //神农架林区经度,,
|
|
|
|
+ latitude: '30.192767', //神农架林区纬度
|
|
}]
|
|
}]
|
|
};
|
|
};
|
|
},
|
|
},
|
|
@@ -105,17 +105,13 @@
|
|
// });
|
|
// });
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
|
|
+ makeCall(phone) {
|
|
|
|
+ uni.makePhoneCall({
|
|
|
|
+ phoneNumber: phone
|
|
|
|
+ })
|
|
|
|
+ },
|
|
navigation() {
|
|
navigation() {
|
|
this.$refs.popup2.open();
|
|
this.$refs.popup2.open();
|
|
- // uni.openLocation({
|
|
|
|
- // latitude:+latitude,
|
|
|
|
- // longitude:+longitude,
|
|
|
|
- // address:address,
|
|
|
|
- // fail(e){
|
|
|
|
- // console.log(e);
|
|
|
|
- // }
|
|
|
|
- // })
|
|
|
|
-
|
|
|
|
},
|
|
},
|
|
toGaodeMap() {
|
|
toGaodeMap() {
|
|
let latitude = this.latitude
|
|
let latitude = this.latitude
|
|
@@ -134,7 +130,7 @@
|
|
toBaiduMap() {
|
|
toBaiduMap() {
|
|
|
|
|
|
window.location.href =
|
|
window.location.href =
|
|
- `http://api.map.baidu.com/marker?location=30.357764,112.218665&title=黄石市红十字会&content=黄石市红十字会&output=html&src=webapp.baidu.openAPIdemo `
|
|
|
|
|
|
+ `http://api.map.baidu.com/marker?location=30.192767,115.037080&title=黄石市红十字会&content=黄石市红十字会&output=html&src=webapp.baidu.openAPIdemo `
|
|
},
|
|
},
|
|
//分享
|
|
//分享
|
|
IndexShare() {
|
|
IndexShare() {
|