From 5d6c0e614bab737842e402077bee47a9d4e18733 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 14 十一月 2025 14:47:39 +0800
Subject: [PATCH] gx密码输入提示
---
src/views/jifenShangCheng/index.vue | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/jifenShangCheng/index.vue b/src/views/jifenShangCheng/index.vue
index b03180e..20cd2f0 100644
--- a/src/views/jifenShangCheng/index.vue
+++ b/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)=>{
--
Gitblit v1.8.0