Parcourir la source

设置默认颜色和车辆类型

gcz il y a 4 ans
Parent
commit
fbe1a4914b
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      pages/getout/getout.vue

+ 2 - 0
pages/getout/getout.vue

@@ -165,6 +165,8 @@
 			},
 			roadspaceClick(orderInfo){
 				this.confirmData = orderInfo;
+				this.confirmData.vehicleColor = 0;
+				this.confirmData.vehicleType = 0;
 				this.actionShow = true;
 				this.orderInfo = orderInfo;
 				this.spaceId = orderInfo.id;