|
|
@@ -10,12 +10,12 @@
|
|
|
<view class="buttom flex">
|
|
|
<view class="item flex">
|
|
|
<image class="home_img" src="../../static/img/test_home.png" mode="aspectFill"></image>
|
|
|
- <view class="text"><text>上海市长宁路895号1-2楼</text></view>
|
|
|
+ <view class="text"><text>上海市长宁区长宁路1436号<br>5号楼2楼</text></view>
|
|
|
</view>
|
|
|
<view class="item flex">
|
|
|
<image class="home_img" src="../../static/img/test_phone.png" mode="aspectFill"></image>
|
|
|
<!-- #ifdef H5 -->
|
|
|
- <view class="text"><text class="text1">021-52064615</text></view>
|
|
|
+ <view class="text"><text class="text1">021-22187582、021-22187585</text></view>
|
|
|
<!-- #endif -->
|
|
|
<!-- #ifndef H5 -->
|
|
|
<view class="text" @click="uni.makePhoneCall({phoneNumber: '021-52064615'})"><text>****</text></view>
|
|
|
@@ -63,8 +63,8 @@ export default {
|
|
|
data() {
|
|
|
return {
|
|
|
scale: '12',
|
|
|
- longitude: '121.419499', //洪湖市经度,,
|
|
|
- latitude: '31.218387', //洪湖市纬度
|
|
|
+ longitude: '121.410318', //洪湖市经度,,31.217671,121.410318
|
|
|
+ latitude: '31.217671', //洪湖市纬度
|
|
|
longitudeNew: '', //当前经度
|
|
|
latitudeNew: '', //当前纬度
|
|
|
addr: '长宁区红十字会',
|
|
|
@@ -74,8 +74,8 @@ export default {
|
|
|
iconPath: '/static/img/img10.png',
|
|
|
width: '28',
|
|
|
height: '28',
|
|
|
- longitude: '121.419499', //洪湖市经度,,
|
|
|
- latitude: '31.218387', //洪湖市纬度
|
|
|
+ longitude: '121.410318', //洪湖市经度,,
|
|
|
+ latitude: '31.217671', //洪湖市纬度
|
|
|
}]
|
|
|
};
|
|
|
},
|