Explorar el Código

取消个人买花入口

shish hace 3 años
padre
commit
be67c77899
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. 1 4
      hdApp/src/pagesPurchase/ghsProduct.vue

+ 1 - 4
hdApp/src/pagesPurchase/ghsProduct.vue

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