Browse Source

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

twt 3 years ago
parent
commit
260b256306

+ 2 - 2
pages.json

@@ -327,8 +327,8 @@
 		"backgroundColor": "#ffffff",
 		"list": [{
 				"pagePath": "pages/index/index",
-				"iconPath": "static/img/tabme1.png",
-				"selectedIconPath": "static/img/tabme2.png",
+				"iconPath": "static/img/tablehome1.png",
+				"selectedIconPath": "static/img/tablehome2.png",
 				"text": "4S保养"
 			},
 

+ 1 - 1
pages/changeStore/changeSchedule.vue

@@ -4,7 +4,7 @@
 			<view class="itemBg" v-for="(item,index) in itemData">
 				<view class="leftView">
 					<view class="redCircle"></view>
-					<view class="grayLine"></view>
+					<view class="grayLine"v-if="index < itemData.length-1"></view>
 				</view>
 				<view class="rightView">
 					 <!-- "bizType"操作类型 1提交申请 2修改申请 3平台处理 4撤销申请 -->

+ 2 - 0
pages/me/aboutMe.vue

@@ -47,6 +47,8 @@
 		background: #F4F5F7;
 		min-height: 100vh;
 		padding: 30rpx 24rpx;
+		
 	}
 	
+	
 </style>

+ 1 - 1
pages/refundMoney/refundSchedule.vue

@@ -4,7 +4,7 @@
 			<view class="itemBg" v-for="(item,index) in itemData">
 				<view class="leftView">
 					<view class="redCircle"></view>
-					<view class="grayLine"></view>
+					<view class="grayLine" v-if="index < itemData.length-1"></view>
 				</view>
 				<view class="rightView">
 					 <!-- "bizType"操作类型 1提交申请 2修改申请 3平台处理 4撤销申请 -->

BIN
static/img/tablehome1.png


BIN
static/img/tablehome2.png