guo 2 gadi atpakaļ
vecāks
revīzija
e07cadb1ec

+ 1 - 1
pages/index/handbook.vue

@@ -60,7 +60,7 @@
 		onLoad(opt) {
 			this.mileage = opt.mileage
 			this.liyangId = opt.liyangId
-
+			
 			this.getData()
 
 		},

+ 3 - 2
pages/index/index.vue

@@ -258,7 +258,7 @@
 			}else{
 				this.carInfo=this.$store.state.carInfo
 			}
-			console.log('车辆信息--',this.carInfo);
+			
 			
 		},
 		methods: {
@@ -277,8 +277,9 @@
 				})
 			},
 			information(){
+				console.log('车辆信息--',this.carInfo);
 				uni.navigateTo({
-					url:'handbook?mileage'+this.carInfo.milage+'&liyangId='+this.carInfo.nLevelID
+					url:'handbook?mileage='+this.carInfo.milage+'&liyangId='+this.carInfo.nLevelID
 				})
 			},
 			changeCar(){

+ 10 - 2
pages/index/paint.vue

@@ -8,7 +8,7 @@
 					<view class="car" v-else>暂无</view>
 				</image>
 			</view>
-			<image src="../../static/img/big_rightArrow.png" mode="" style="width: 30rpx;height: 30rpx;"></image>
+			<image @click="goCarlist" src="../../static/img/big_rightArrow.png" mode="" style="width: 30rpx;height: 30rpx;"></image>
 		</view>
 
 		<view class="main" v-if="itemList">
@@ -124,14 +124,22 @@
 			this.getData();
 		},
 		methods: {
+			goCarlist(){
+				uni.navigateTo({
+					url:'../user/addCar/cailist'
+				})
+			},
 			empty(){
 				var that=this;
 				uni.showModal({
 				    title: '提示',
 				    content: '确定要清空已选项目吗',
 				    success: function (res) {
+						if(res.confirm){
 							that.selectItemList = [];
 							  that.qingdanShow=false;
+							  that.getData();
+							  }
 						 }
 				       
 				    
@@ -289,7 +297,7 @@
 	.car {
 
 		font-size: 28rpx;
-
+		width: 600rpx;
 		color: #333333;
 		line-height: 40rpx;
 		margin-left: 10rpx;

+ 1 - 1
pages/user/addCar/cailist.vue

@@ -68,7 +68,7 @@
 			maintain(item){
 				uni.navigateTo({
 					
-					url:'../../index/handbook?mileage'+item.milage+'&liyangId='+item.nLevelID
+					url:'../../index/handbook?mileage='+item.milage+'&liyangId='+item.nLevelID
 				})
 			},
 			getqueryMyBMemberCar() {