|
|
@@ -111,7 +111,6 @@
|
|
|
|
|
|
<FooterCart :price="allPrice" :count="allCount" @confirm="confirmSelectEvent" @showCartItem="showCartItem"></FooterCart>
|
|
|
<wangCg :show.sync="notOpenShop" @bthClick="goToCg()"></wangCg>
|
|
|
- <personComponent :isHd.sync="isHd" @goToMall="goToMall()"></personComponent>
|
|
|
<sel-popup :show="popupShow" :info="infoData" @close="hidePopup" />
|
|
|
<app-activily-coupon :show.sync="isNewCustom" :info="newCustomGift" :ghsId="ghsId" />
|
|
|
|
|
|
@@ -182,7 +181,6 @@ import PxClassCommondity from "@/components/module/app-pxClass-commodity";
|
|
|
import FooterCart from "@/components/module/app-footer-cart";
|
|
|
import ModalModule from "@/components/plugin/modal";
|
|
|
import wangCg from "./components/wangCg";
|
|
|
-import personComponent from "./components/person";
|
|
|
import allMoreSelectInput from "@/components/module/allMoreSelectInput";
|
|
|
import allMoreSelectInputMins from "@/mixins/allMoreSelectInput";
|
|
|
import { COMMODITY_TYPE } from "@/utils/declare";
|
|
|
@@ -204,8 +202,7 @@ export default {
|
|
|
allMoreSelectInput,
|
|
|
PxClassCommondity,
|
|
|
wangCg,SelPopup,
|
|
|
- AppActivilyCoupon,
|
|
|
- personComponent
|
|
|
+ AppActivilyCoupon
|
|
|
},
|
|
|
props: {
|
|
|
ghsShopAdminId:{
|