Pārlūkot izejas kodu

修改样式问题

306132416@qq.com 4 gadi atpakaļ
vecāks
revīzija
6e0b786a98

+ 1 - 0
pages/auth/index.vue

@@ -52,6 +52,7 @@
 									this.isAuth = true;
 									this.isNeedPhone = false;
 								}else{
+									getApp().globalData.user_name = '';
 									getApp().globalData.isAuth = false;
 									this.isAuth = false;
 								}

+ 1 - 1
pages/index/index.vue

@@ -288,7 +288,7 @@ export default {
 	},
   data() {
     return {
-	  title:"空i企",
+	  title:"Air企通",
       swiperList: [
         {
           img: "/static/swiper/swiper1.jpg",

+ 3 - 3
pages/park/map_search.vue

@@ -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;

+ 1 - 1
pages/policy/policy_deatil.vue

@@ -334,7 +334,7 @@ export default {
       });
     },
     collectionPage() {
-	if(!getApp().globalData.user_phone){
+	if(!getApp().globalData.user_name){
 				this.goAuthPage();
 				return
 	   }