|
|
@@ -126,12 +126,12 @@
|
|
|
</modal-module>
|
|
|
|
|
|
<FooterCart :price="allPrice" :count="allCount" @confirm="confirmSelectEvent" @showCartItem="showCartItem"></FooterCart>
|
|
|
- <wangCg :show.sync="notOpenShop" :pass.sync="pass" @bthClick="goToCg()"></wangCg>
|
|
|
+ <wangCg :show.sync="notOpenShop" :pass.sync="pass" @bthClick="goToCg()" @refresh="toRefresh"></wangCg>
|
|
|
<sel-popup :show="popupShow" :info="infoData" @close="hidePopup" />
|
|
|
<app-activily-coupon :show.sync="isNewCustom" :info="newCustomGift" :ghsId="ghsId" />
|
|
|
|
|
|
<view v-if="cartItemShow == true" style="position: fixed;z-index: 190;top: 0;left: 0;width: 100vw;height: 100vh;background: rgba(0, 0, 0, 0.6);color: #fff;" @click="hideCartItem()">
|
|
|
- <view style="position: fixed;bottom: 108upx;width:100vw;heigh:300upx;background-color:white;" @click.stop="">
|
|
|
+ <view style="position: fixed;bottom: 108upx;width:100vw;height:300upx;background-color:white;" @click.stop="">
|
|
|
<view class="commodity-view">
|
|
|
<view class="summary-bar">
|
|
|
<button class="admin-button-com blue middle" @click.stop="delMemory()">清空花材</button>
|
|
|
@@ -503,6 +503,9 @@ export default {
|
|
|
showBigCover(item){
|
|
|
this.$util.pageTo({url: "/admin/ghsProduct/detail",query: {id: item.id,ghsId:this.option.id}})
|
|
|
},
|
|
|
+ toRefresh(){
|
|
|
+ this.init()
|
|
|
+ },
|
|
|
init(){
|
|
|
|
|
|
//通过供货商小程序分享进采购页,注册的客户,注册后引导返回采购页
|