@@ -52,6 +52,7 @@
this.isAuth = true;
this.isNeedPhone = false;
}else{
+ getApp().globalData.user_name = '';
getApp().globalData.isAuth = false;
this.isAuth = false;
}
@@ -288,7 +288,7 @@ export default {
},
data() {
return {
- title:"空i企",
+ title:"Air企通",
swiperList: [
{
img: "/static/swiper/swiper1.jpg",
@@ -1,6 +1,6 @@
<template>
<view style="height: 100%;">
- <map style="width: 100%;height: 100%;" :scale="scale" :latitude="latitude" :longitude="longitude" :markers="covers" @markertap="markertap">
+ <map style="width: 100%;height: 100%;" :scale="scale" :latitude="latitude" :longitude="longitude" :markers="covers" @markertap="markertap" @callouttap="markertap">
</map>
<cover-view class="map-pop-box" v-show="isShowPop" @click="goParkDetail()">
<cover-view class="display-between">
@@ -149,8 +149,8 @@
height: 100%;
.map-pop-box {
- width: 92%;
- padding: 30rpx;
+ width: 90%;
+ padding: 40rpx;
background-color: #fff;
position: fixed;
bottom: 0;
@@ -334,7 +334,7 @@ export default {
});
collectionPage() {
- if(!getApp().globalData.user_phone){
+ if(!getApp().globalData.user_name){
this.goAuthPage();
return