From 99ae8981393c8d2020f2177aa786e62027f3a581 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com>
Date: Thu, 17 Jun 2021 15:24:34 +0800
Subject: [PATCH 1/3] =?UTF-8?q?=E8=A7=A3=E5=86=B3pc=E7=AB=AF=E4=B8=AA?=
=?UTF-8?q?=E4=BA=BA=E4=B8=AD=E5=BF=83=E8=B7=B3=E8=BD=AC=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
buyer/src/components/header/Header.vue | 171 ++++++++++---------------
buyer/src/pages/Cart.vue | 165 +++++++++++++-----------
2 files changed, 159 insertions(+), 177 deletions(-)
diff --git a/buyer/src/components/header/Header.vue b/buyer/src/components/header/Header.vue
index 0c621781..efc10cba 100644
--- a/buyer/src/components/header/Header.vue
+++ b/buyer/src/components/header/Header.vue
@@ -2,26 +2,10 @@
@@ -53,19 +37,15 @@
- 我的订单
- 我的足迹
- -
+
-
{{cartNum < 100 ? cartNum : '99'}}
-
+
-
+
购物车
-
+
@@ -75,12 +55,7 @@
赶快去添加商品吧~
@@ -136,26 +136,26 @@
@@ -544,7 +547,7 @@ export default {
width: 70px;
height: 70px;
}
- >div>p {
+ > div > p {
@include content_color($light_content_color);
font-size: 13px;
text-align: left;
@@ -567,12 +570,12 @@ export default {
}
}
}
- .error-goods{
+ .error-goods {
position: absolute;
width: 100%;
height: 100%;
margin-left: -20px;
- background-color: rgba($color: #999, $alpha: .5);
+ background-color: rgba($color: #999, $alpha: 0.5);
z-index: 10;
display: flex;
align-items: center;
@@ -603,7 +606,7 @@ export default {
.save-price span {
color: #000;
}
- .total-price span {
+ .total-price div {
color: $theme_color;
font-size: 20px;
}
@@ -651,23 +654,31 @@ export default {
display: flex;
margin-top: 5px;
margin-left: 5px;
- >span{
+ > span {
border: 1px solid $theme_color;
color: $theme_color;
font-size: 12px;
border-radius: 2px;
padding: 0 2px;
}
- >p{
+ > p {
font-size: 12px;
margin-left: 10px;
color: #999;
}
}
-
+.cart-goods-footer > div{
+ display: flex;
+ align-items: center;
+ overflow: hidden;
+}
+.total-price{
+ display: flex;
+ align-items: center;
+}
From 336643419e79d4908b47239f8239ee4c86339f69 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com>
Date: Fri, 18 Jun 2021 14:52:40 +0800
Subject: [PATCH 2/3] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=95=86=E5=93=81?=
=?UTF-8?q?=E5=88=86=E7=B1=BB=E4=B8=8D=E5=90=8C=E6=AD=A5=E6=95=B0=E6=8D=AE?=
=?UTF-8?q?=E9=97=AE=E9=A2=98=EF=BC=8C=E8=A7=A3=E5=86=B3pc=E7=AB=AF?=
=?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=8F=91=E7=A5=A8=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
buyer/src/components/invoiceModal/index.vue | 195 ++-
buyer/src/pages/payment/Pay.vue | 1266 +++++++++--------
manager/src/api/goods.js | 7 +
manager/src/config/index.js | 13 +-
.../src/views/goods/goods-manage/brand.vue | 697 +++++----
.../src/views/goods/goods-manage/category.vue | 83 +-
6 files changed, 1130 insertions(+), 1131 deletions(-)
diff --git a/buyer/src/components/invoiceModal/index.vue b/buyer/src/components/invoiceModal/index.vue
index e332635b..a746f5e7 100644
--- a/buyer/src/components/invoiceModal/index.vue
+++ b/buyer/src/components/invoiceModal/index.vue
@@ -11,42 +11,37 @@
-->