|
@@ -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
|