浏览代码

自提点切换

pangqijun 1 年之前
父节点
当前提交
a66f193f3e

+ 3 - 3
pages/groupbuying_details/order_details_confirm/index.vue

@@ -203,7 +203,7 @@
 							</view>
 							<view class="group_15 flex-row">
 								<view class="tag_1 flex-col">
-									<text class="text_28">营业时间: {{item.busStartTimeDesc}}-{{item.busEndTimeDesc}}</text>
+									<text class="c">营业时间: {{item.busStartTimeDesc}}-{{item.busEndTimeDesc}}</text>
 								</view>
 							</view>
 						</view>
@@ -467,7 +467,7 @@ export default {
 		clickSelfTake(item){
 			this.selfTakeShow =false;
 			//item  选中的自提点
-
+			this.selfTake = item;
 
 		},
 
@@ -2011,7 +2011,7 @@ export default {
 			height: 44rpx;
 			background: #FFF7F8;
 			border-radius: 8rpx;
-			padding: 20rpx 30rpx;
+			padding: 0rpx 30rpx;
 			margin-top: 0rpx;
 			font-size: 20rpx;
 			font-weight: 400;

+ 2 - 1
pages/groupbuying_details/order_details_list/index.vue

@@ -293,7 +293,8 @@ export default {
 		clickSelfTake(item){
 			this.selfTakeShow =false;
 			//item  选中的自提点
-
+			this.orderDetail.selfTake = item;
+			this.modifySelfTake(item.id);
 
 		},
 

+ 1 - 2
pages/index/diy/components/latestGroupBuying.vue

@@ -38,10 +38,9 @@
 				<view class="countdown flex-row">
 					<view class="countdown-l" hover-class="none" hover-stop-propagation="false">
 						<block v-for="(item, index) in e.grouponUsers" :key="index">
-							<image v-if="index < 4" class="avatar-group_1" referrerpolicy="no-referrer"
+							<image v-if="index < 3" class="avatar-group_1" referrerpolicy="no-referrer"
 								:src="item.userAvatar || `http://wine.gzzzyd.com/test/static/img/bg.a82f9752.jpg`" />
 						</block>
-
 						<text class="red">{{ e.grouponUserTotal }}人</text>
 						<text class="yellow" v-if="currentId == 0">正在参团中</text>
 						<text class="yellow" v-if="currentId == 1">已参团</text>