chenyc
2025-08-01 208b414e159e108040d2b9e0ea5096cc80e6b649
src/views/jifenShangCheng/index.vue
@@ -19,7 +19,7 @@
                        <!-- 订单 -->
                        <van-icon @click="openOrder" size="26px" name="balance-list-o" color="#67C23A" style="margin-top: 10px; margin-right: 20px;" />
                        <!-- 购物车 -->
                        <van-icon @click="openGwc" size="26px" name="cart-circle-o" color="#F56C6C" style="margin-top: 10px;" />
                        <van-icon @click="openGwc" size="26px" name="cart-circle-o" color="#F56C6C" :badge="gwcBadge" style="margin-top: 10px;" />
                    </div>
                    <div v-if="items.length > 0" style="border-left: 1px solid rgb(229, 226, 225); background: #f7f8fa;">
                        <van-card
@@ -124,7 +124,7 @@
            <dizhi @fanhui-fun="feihuDizhi" ref="dizhiRef"></dizhi>
        </div>
        <div>
            <gouwuche ref="gouwucheRef"></gouwuche>
            <gouwuche ref="gouwucheRef" @fanhui-fun="feihuGwc"></gouwuche>
        </div>
        <div>
            <myOrder ref="myOrderRef"></myOrder>
@@ -273,6 +273,9 @@
            patientAddress:row.address,
        }
    }
    const feihuGwc=()=>{
        getListGwc()
    }
    const getListGwc=()=>{
        ajaxPost('/eshop/cart/list',`page=0&size=0&wherecondition=patient_code=\'${patientInfo.value.patientInfo.code}\'`)
            .then((re:any)=>{