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; }); }