From 71b2bc1d6be56bbdf83fc51addcb0f90ecb317f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Tue, 28 Oct 2025 10:40:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=95=86=E5=93=81=E5=8A=A0?= =?UTF-8?q?=E5=87=8F=E6=95=B0=E9=87=8F=E7=9A=84=E4=BD=9C=E7=94=A8=E8=8C=83?= =?UTF-8?q?=E5=9B=B4,=E5=87=8F=E5=B0=91=E8=AF=AF=E8=A7=A6=E5=8F=AF?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shop/search/index.vue | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/packages/shop/search/index.vue b/packages/shop/search/index.vue index cd9c9d97..136ce591 100644 --- a/packages/shop/search/index.vue +++ b/packages/shop/search/index.vue @@ -112,24 +112,23 @@ - - + + 当日达 - + 当日达 {{ ite.goods_name }} - + {{ ite.sales_price }} + @change="(value) => handleQuantityChange.stop(value, ite)"> @@ -216,7 +215,6 @@ export default { this.$set(param, 'quantity', goods ? goods.count : 0); }); }) || []; - console.log("🚀 ~ commodityList:", commodityList) this.searchGoodsLisat = commodityList; }); }