From a05d80f34b8fc80f53bfb4dcd098b79ba4ca456c Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Wed, 27 Nov 2024 17:06:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/user/selectProductUnit.vue | 175 +++++++++++++++++++++ pages/index/cart.vue | 36 ++++- .../components/product/submitUnitSelect.vue | 18 ++- uni.scss | 21 +++ 4 files changed, 239 insertions(+), 11 deletions(-) create mode 100644 components/user/selectProductUnit.vue diff --git a/components/user/selectProductUnit.vue b/components/user/selectProductUnit.vue new file mode 100644 index 0000000..e50f589 --- /dev/null +++ b/components/user/selectProductUnit.vue @@ -0,0 +1,175 @@ + + + + + diff --git a/pages/index/cart.vue b/pages/index/cart.vue index 275f5b6..105a418 100644 --- a/pages/index/cart.vue +++ b/pages/index/cart.vue @@ -79,17 +79,32 @@ - + + + + + + + + 保存修改 + @@ -107,10 +122,12 @@