浏览代码

隐藏停车场

空白格 2 年之前
父节点
当前提交
6678126187
共有 5 个文件被更改,包括 8 次插入8 次删除
  1. 1 1
      pages.json
  2. 2 2
      pages/center/order/order.vue
  3. 2 2
      pages/parkexport/parkexport.vue
  4. 1 1
      pages/parkingLists/parkingLists.vue
  5. 2 2
      pages/payLists/payLists.vue

+ 1 - 1
pages.json

@@ -62,7 +62,7 @@
 			"path": "pages/parkingLists/parkingLists",
 			"style": {
 				"navigationStyle": "custom",
-				"navigationBarTitleText": "停车"
+				"navigationBarTitleText": "停车"
 			}
 		},
 		{

+ 2 - 2
pages/center/order/order.vue

@@ -129,7 +129,7 @@
     </view>
 
     <!-- 停车场和路段切换 -->
-    <view class="type-list">
+    <!-- <view class="type-list">
       <view
         class="type-list-item"
         v-for="(item, index) in typeList"
@@ -139,7 +139,7 @@
       >
         {{ item.label }}
       </view>
-    </view>
+    </view> -->
 
     <u-toast ref="uToast" />
   </view>

+ 2 - 2
pages/parkexport/parkexport.vue

@@ -31,10 +31,10 @@
 						<view>出场时间</view>
 						<view class="weight">{{infoData.outTime}}</view>
 					</view>
-					<view class="parking-lock-info-item">
+					<!-- <view class="parking-lock-info-item">
 						<view>通道名称</view>
 						<view class="weight">{{infoData.roadwayName}}</view>
-					</view>
+					</view> -->
 					<view class="parking-lock-info-item">
 						<view>免费时长</view>
 						<view class="weight">{{infoData.freeDuration}}</view>

+ 1 - 1
pages/parkingLists/parkingLists.vue

@@ -4,7 +4,7 @@
       <u-loadmore status="loading" icon-type="flower" :load-text="{ loading: '正在定位中...' }" />
     </view>
     <view class="parking-header">
-      <u-search placeholder="搜索停车" v-model="searchContent" :show-action="false" @change="searchInputChange"> </u-search>
+      <u-search placeholder="搜索停车" v-model="searchContent" :show-action="false" @change="searchInputChange"> </u-search>
       <u-icon
         v-if="!searchContent && isShowSearchParking == false"
         class="icon"

+ 2 - 2
pages/payLists/payLists.vue

@@ -1,7 +1,7 @@
 <template>
   <view>
     <view class="swiper-wrap">
-      <view class="u-tabs-box">
+      <!-- <view class="u-tabs-box">
         <u-tabs-swiper
           activeColor="#008CFF"
           ref="tabs"
@@ -11,7 +11,7 @@
           :is-scroll="false"
           swiperWidth="100%"
         ></u-tabs-swiper>
-      </view>
+      </view> -->
       <swiper class="swiper-box" :current="swiperCurrent" @transition="transition" @animationfinish="animationfinish" disable-touch>
         <swiper-item class="swiper-item" v-for="(item, index) in list" :key="index">
           <scroll-view scroll-y style="height: 100%; width: 100%" @scrolltolower="reachBottom">