|
|
@@ -21,8 +21,8 @@
|
|
|
<app-search-module v-model="py" placeholder="拼音首字母也可以搜索" @input="searchFn" />
|
|
|
</view>
|
|
|
<view style="padding:0 0upx 0 20upx;" >
|
|
|
- <button class="admin-button-com middle blue" v-if="ghsInfo.presell && ghsInfo.presell == 1" style="background-color:green;border:1upx solid green;" @click="aheadCg(ghsInfo)">提前订花</button>
|
|
|
- <button class="admin-button-com middle blue" v-else @click="delMemory()">清空已选</button>
|
|
|
+ <button class="admin-button-com middle blue" v-if="1 == 2" style="background-color:green;border:1upx solid green;" @click="aheadCg(ghsInfo)">提前订花</button>
|
|
|
+ <button class="admin-button-com middle blue" @click="delMemory()">清空已选</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
@@ -107,6 +107,7 @@
|
|
|
|
|
|
<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" />
|
|
|
|
|
|
@@ -157,7 +158,7 @@
|
|
|
</view>
|
|
|
</uni-popup>
|
|
|
|
|
|
- <image v-if="showClassRemind" @click="hideClassRemind" style="position:absolute;width:610upx;height:699upx;top:225upx;left:80upx;z-index:9999;" :src="`${constant.imgUrl}/class_remind.png`"></image>
|
|
|
+ <!-- <image v-if="showClassRemind" @click="hideClassRemind" style="position:absolute;width:610upx;height:699upx;top:225upx;left:80upx;z-index:9999;" :src="`${constant.imgUrl}/class_remind.png`"></image> -->
|
|
|
|
|
|
<view v-if="ghsInfo.black && ghsInfo.black == 2" style="position:fixed;bottom:180upx;z-index:99999;
|
|
|
font-weight:bold;font-size:36upx;
|
|
|
@@ -184,6 +185,7 @@ import productMins from "@/mixins/cgProduct";
|
|
|
import { getGhsDataApi, ghsInfo,visitMall,getClassRemind,hasClassRemind } from "@/api/ghs";
|
|
|
import SelPopup from "@/components/sel-popup.vue";
|
|
|
import { getWeixinId } from "@/api/invite";
|
|
|
+import personComponent from "./components/person";
|
|
|
import AppActivilyCoupon from "@/components/module/app-activily-coupon";
|
|
|
import { mapGetters } from "vuex";
|
|
|
export default {
|
|
|
@@ -198,7 +200,8 @@ export default {
|
|
|
allMoreSelectInput,
|
|
|
PxClassCommondity,
|
|
|
wangCg,SelPopup,
|
|
|
- AppActivilyCoupon
|
|
|
+ AppActivilyCoupon,
|
|
|
+ personComponent
|
|
|
},
|
|
|
props: {
|
|
|
ghsShopAdminId:{
|