zhengkaixin 4 年之前
父節點
當前提交
38d019b11c
共有 3 個文件被更改,包括 6 次插入6 次删除
  1. 2 2
      pages/buytickets/index.vue
  2. 3 3
      pages/buytickets/selectSite.vue
  3. 1 1
      pages/buytickets/site.vue

+ 2 - 2
pages/buytickets/index.vue

@@ -131,8 +131,8 @@
 		padding: 20px;
 		margin-bottom: 30px;
 		.confirm-pic-item{
-			height:80px;
-			width: 80px;
+			height:100px;
+			width: 100px;
 			border-radius: 50%;
 			overflow: hidden;
 			border: 3px solid #fff;

+ 3 - 3
pages/buytickets/selectSite.vue

@@ -14,8 +14,8 @@
 			</view> -->
 		</view>
 		<view class="map-route">
-			<view class="map-route-head" v-if="false">
-				2站3公里
+			<view class="map-route-head" >
+				&lt;&lt;&lt; 下方列表可以左右滑动 &gt;&gt;&gt;
 			</view>
 <view class="map-route-main"  id="map-route-main">
 	
@@ -150,7 +150,7 @@
 		padding-bottom: 60px;
 
 		.map-route-head {
-			font-size: 18px;
+			font-size: 16px;
 			color: #007AFF;
 			text-align: center;
 			line-height: 40px;

+ 1 - 1
pages/buytickets/site.vue

@@ -5,7 +5,7 @@
 		
 		<u-navbar title="站点选择">
 			<view class="slot-wrap"></view>
-			<view class="navbar-right"  @click="deleteBtn" >
+			<view class="navbar-right"  v-if="uid" @click="deleteBtn" >
 				<u-icon name="shanchu" custom-prefix="custom-icon" size="40" :color="uid?'red':'#999'"></u-icon>
 				<span :style="uid?'color:red':''">删除</span>
 			</view>