twt 3 роки тому
батько
коміт
7a35f480a0
2 змінених файлів з 18 додано та 1 видалено
  1. 8 0
      pages/index/index.vue
  2. 10 1
      pages/module/orderShop.vue

+ 8 - 0
pages/index/index.vue

@@ -265,6 +265,14 @@
 					})
 					return
 				}
+				if (!this.memberCar) {
+					uni.showToast({
+						title:'请选择车辆',
+						icon:'none',
+						duration: 3000,
+					})
+					return
+				}
 				
 				uni.navigateTo({
 					url: '../module/maintain?brand='+this.brand

+ 10 - 1
pages/module/orderShop.vue

@@ -70,8 +70,17 @@
 			this.orderData = opt.orderData;
 			this.currentMileage = opt.currentMileage;
 			var selectCity = uni.getStorageSync("selectCity");
+			var dingw = uni.getStorageSync("locationCity")
 			if(selectCity){
-				this.location=selectCity
+				var objdata={
+					cityCode:selectCity.code,
+					cityName:selectCity.city,
+				}
+				if(dingw.cityName==selectCity.city){
+					objdata.lat=dingw.lat
+					objdata.lng=dingw.lng
+				}
+				this.location=objdata
 			}else{
 				this.location = uni.getStorageSync("locationCity");
 			}