zhanghui 1 年之前
父節點
當前提交
5360f81139

+ 0 - 1
pages/groupbuying/publish_group/index.vue

@@ -49,7 +49,6 @@
 						</view>
 					</view>
 
-
 				</view>
 
 				<view class="list select-list" v-if="selectGoodList.length > 0">

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

@@ -1,4 +1,5 @@
 <template>
+	<view>
 	<view :style="colorStyle">
 
 		<view class="all-products-body" v-for="(item, index) in grouponOrderData.goodsInfos" :key="index">
@@ -214,6 +215,7 @@
 		</u-popup>
 
 
+	</view>
 	</view>
 </template>
 <script>
@@ -644,7 +646,7 @@ export default {
 				let g = {goodsId: e.id, num: e.num};
 				goodsInfos.push(g);
 			})
-			
+
 			let that = this
 			postOrderSubmit({
 				distributeMode: 1,