Browse Source

待确认跳转

aleyds 3 years ago
parent
commit
f1cd2d7747
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/index/index.vue

+ 1 - 1
pages/index/index.vue

@@ -20,7 +20,7 @@
 				<view class="u-p-r-60">
 					车位:{{ spaceInfo.spaceBusy }}/{{ spaceInfo.spaceTotal}}
 				</view>
-				<view class="" @click="openPage('/pages/getout/getout')">
+				<view class="" @click="openPage('/pages/parking/parking')">
 					需确认:{{ spaceInfo.spaceConfirm}}
 				</view>
 			</view>