twt 3 years ago
parent
commit
3224210e0b
2 changed files with 14 additions and 2 deletions
  1. 1 1
      pages/login/login.vue
  2. 13 1
      pages/module/maintain.vue

+ 1 - 1
pages/login/login.vue

@@ -144,7 +144,7 @@ export default {
 	.container{
 	        width: 100%;
 	        min-height: 100%;
-			background: url('http://phone.66km.cn:8088/keepCar/keepCarHome.png');
+			background: url('http://phone.66km.cn:8088/keepCar/keepCarHome.png') ;
 			background-size: 100%;
 	}
 	.loginLogo{

+ 13 - 1
pages/module/maintain.vue

@@ -423,7 +423,19 @@ export default {
 			   cityCode:location.cityCode,
 			   guidePrice:this.maintainCarData.guidePrice,
 			 },'GET').then(res => {
-				uni.hideLoading();
+				 console.log(res)
+				 uni.hideLoading();
+				 if(res.code==1){
+					 uni.showModal({
+					     title: '提示',
+					     content: res.msg,
+					 	showCancel:false,
+					     success: function (res) {
+					 		
+					     }
+					 });
+				 }
+				
 				res.data.forEach(item=>{
 					//console.log(item)
 					item.listPackage.forEach((list,i)=>{