瀏覽代碼

Merge branch 'master' of http://47.98.226.240:3000/twt/txCar

twt 3 年之前
父節點
當前提交
f8a7db7720
共有 3 個文件被更改,包括 17 次插入4 次删除
  1. 14 2
      pages/index/index.vue
  2. 2 1
      pages/module/maintain.vue
  3. 1 1
      pages/module/replaceGoods.vue

+ 14 - 2
pages/index/index.vue

@@ -23,7 +23,8 @@
 				<view class="cityBtn selectColor" v-else @click="showCity">{{cityName}}</view>
 				<image src="../../static/img/rightArrow.png" class="rightArrow"></image>
 			</view>
-
+			<view class="line"></view>
+			
 			<view class="mesView">
 				<view class="leftTitle">车牌号</view>
 
@@ -48,13 +49,16 @@
 
 
 			</view>
+			<view class="line"></view>
+			
 			<view class="mesView">
 				<view class="leftTitle">车型</view>
 				<view class="carModBtn selectColor" v-if="memberCar">{{memberCar.carModel}}</view>
 				<view class="carModBtn noSelectColor" v-else>车型</view>
 
 			</view>
-
+			
+			<view class="line"></view>
 			<view class="mesView">
 				<view class="leftTitle">行驶里程</view>
 				<input class="mileageInput selectColor" type="number" v-model="mileage" placeholder="请输入"
@@ -393,6 +397,7 @@
 		width: 100%;
 		height: 120rpx;
 		background-color: #FFFFFF;
+		
 	}
 
 	.leftTitle {
@@ -439,6 +444,7 @@
 	.carModBtn {
 		width: 65%;
 		font-size: 28rpx;
+		
 	}
 
 	.timeBtn {
@@ -464,4 +470,10 @@
 		width: 120rpx;
 		margin-right: 28rpx;
 	}
+	.line{
+		margin: 0 28rpx;
+		
+		height: 2rpx;
+		background-color: #EEEEEE;
+	}
 </style>

+ 2 - 1
pages/module/maintain.vue

@@ -826,7 +826,8 @@ export default {
 		font-size: 26rpx;
 		font-weight: 400;
 		color: #3C3C3C;
-		width: 300rpx;
+		width: 78%;
+		
 	}
 	.salePrice{
 		font-size: 32rpx;

+ 1 - 1
pages/module/replaceGoods.vue

@@ -5,7 +5,7 @@
 				<view class="goodsItem" v-for="(v,i) in list" v-if='v.showr' @click="goGoods(v)">
 					<view>
 						<image :src="v.picUrl" mode="" class="goodsImg" v-if="v.picUrl"></image>
-						<image src="../../static/img/icon_xiangmu.png" mode="" class="goodsImg" v-else></image>
+						<image src="../../static/img/noimg.png" mode="" class="goodsImg" v-else></image>
 					</view>
 					<view class="goodsItemRight">
 						<view class="goodsItemName">{{v.showName}}</view>