jinchaoyu 1 year ago
parent
commit
6c1f0a86b5
1 changed files with 0 additions and 3 deletions
  1. 0 3
      pages/groupbuying_details/order_details_list/index.vue

+ 0 - 3
pages/groupbuying_details/order_details_list/index.vue

@@ -171,7 +171,6 @@
 
 				<productConSwiperGroupbuying class="skeleton-rect"></productConSwiperGroupbuying>
 			</view>
-			<orderGoods :cartInfo="cartInfo" :is_confirm='true' :shipping_type="shippingType"></orderGoods>
 
 			<view class='footer op-area'>
 
@@ -206,7 +205,6 @@
 <script>
 import couponListWindow from '@/components/couponListWindow';
 import addressWindow from '@/components/addressWindow';
-import orderGoods from '@/pages/goods/orderGoods/index_mall';
 import home from '@/components/home';
 import {
 	toLogin
@@ -226,7 +224,6 @@ export default {
 		couponListWindow,
 		productConSwiperGroupbuying,
 		addressWindow,
-		orderGoods,
 		home,
 		// #ifdef MP
 		authorize