twt 3 år sedan
förälder
incheckning
bcd35cd5b5
3 ändrade filer med 34 tillägg och 22 borttagningar
  1. 20 19
      pages/module/confirmOrder.vue
  2. 9 2
      pages/module/maintain.vue
  3. 5 1
      pages/order/evaluate.vue

+ 20 - 19
pages/module/confirmOrder.vue

@@ -151,7 +151,7 @@ export default {
 	   } */
 	  this.orderShop=uni.getStorageSync("orderShop")
 	   this.maintainCarData=uni.getStorageSync("maintainCarData");
-       //this.getIphoneData(); 获取默认手机号
+       this.getIphoneData(); //获取默认手机号
 	 
 	   console.log(opt.orderData)
 	   this.orderData=JSON.parse(opt.orderData);
@@ -245,6 +245,23 @@ export default {
 			})
 		},
 		settlement(){
+			if(this.iphoneData){
+				if(this.iphoneData.name==''){
+						uni.showToast({
+							 title: '请选择联系人',
+							 icon:'none',
+							 duration: 2000
+						 });
+						return false;
+					}
+				}else{
+							uni.showToast({
+							     title: '请选择联系人',
+							 	 icon:'none',
+							     duration: 2000
+					});
+				return false;
+			}
 			var that=this;
 			if(this.yhTotalSize>0){
 				if(this.couponID==''){
@@ -283,23 +300,7 @@ export default {
 						//this.payMoney=3;	
 							console.log(this.payMoney)
 							//return false
-			if(this.iphoneData){
-							if(this.iphoneData.name==''){
-								uni.showToast({
-								     title: '请选择联系人',
-								 	 icon:'none',
-								     duration: 2000
-								 });
-								return false;
-							}
-						}else{
-							uni.showToast({
-							     title: '请选择联系人',
-							 	 icon:'none',
-							     duration: 2000
-							 });
-							return false;
-						}
+			
 						 
 			   /* var cardata={
 							 annualmoney: "2017",
@@ -470,7 +471,7 @@ export default {
 		
        getIphoneData(){
 		   uni.showLoading({ });
-		   this.$http('miniAppMyBMemberCar/queryBMemberContactIsDefault', {
+		   this.$http('worldKeepCar/keepCarMy/queryTMemberContactIsDefault', {
 		     
 		    },'GET').then(res => {
 		   	  uni.hideLoading();

+ 9 - 2
pages/module/maintain.vue

@@ -406,8 +406,11 @@ export default {
 				v.qty--;
 				this.calculation()
 			}else if(v.del){
-				v.qty--;
-				this.calculation()
+				if(v.qty>0){
+					v.qty--;
+					this.calculation()
+				}
+				
 			}
 		},
 		plus(v){
@@ -728,6 +731,10 @@ export default {
 	}
 	.mainscrollView{
 		height: calc(100vh - 410rpx);
+		padding-bottom: constant(safe-area-inset-bottom);
+			padding-bottom: env(safe-area-inset-bottom);
+			box-sizing: content-box;
+			margin-bottom: 120rpx;
 	}
 	/*  #ifdef MP-WEIXIN  */
 	.main{

+ 5 - 1
pages/order/evaluate.vue

@@ -7,7 +7,7 @@
 				<view class=" " style="padding-left: 30rpx;">
 					<view class="xxBox">
 						<uni-rate v-model="grade" :max="5" color="#EEEEEE" active-color="#FF4F00" :size="16" :margin="5"
-							@change="zhiliang" />
+							@change="gradeCl" />
 						<view class="td orangeColor" v-if="grade==5">非常好</view>
 						<view class="td orangeColor" v-if="grade==4">很好</view>
 						<view class="td orangeColor" v-if="grade==3">好</view>
@@ -170,6 +170,10 @@
 				console.log(e)
 				this.zhiliangStar = e.value
 			},
+			gradeCl(e) {
+				console.log(e)
+				this.grade = e.value
+			},
 			huanjing(e) {
 				console.log(e)
 				this.huanjingStar = e.value