lhl hai 3 meses
pai
achega
d5d678ce32
Modificáronse 2 ficheiros con 9 adicións e 9 borrados
  1. 1 1
      pages/index/index.vue
  2. 8 8
      pages/order/createOrder.vue

+ 1 - 1
pages/index/index.vue

@@ -47,7 +47,7 @@
 						<view class="hot-price">
 							<view class="price">
 								<text>¥{{ jfitem.price * 1 }}</text>
-								<text class="ot-pirce">¥{{jfitem.ot_price}}</text>
+								<!-- <text class="ot-pirce">¥{{jfitem.ot_price}}</text> -->
 							</view>
 							<image src="../../static/icon/gobuy.png" mode="" style="width: 60rpx;height:50rpx;"></image>
 						</view>

+ 8 - 8
pages/order/createOrder.vue

@@ -306,11 +306,11 @@
 				this.is_integral = option.is_integral
 			}
 			this.userinfo();
-			if(!this.store.id) {
-				this.storeList()
-			}else {
-				this.checkedPoint = this.store
-			}
+			// if(!this.store.id) {
+			// 	this.storeList()
+			// }else {
+			// 	this.checkedPoint = this.store
+			// }
 			this.real_name = uni.getStorageSync('real_name') || ''
 			this.phone = uni.getStorageSync('real_phone') || ''
 		},
@@ -466,9 +466,9 @@
 						this.$api.msg('请选择收货地址');
 						return false;
 					}
-					if(!this.checkedPoint.id) {
-						return this.$api.msg('请选择门店');
-					}
+					// if(!this.checkedPoint.id) {
+					// 	return this.$api.msg('请选择门店');
+					// }
 				}else {
 					if(!this.real_name) {
 						this.$api.msg('请填写提货人');