From 82772ab10e27890db53d729d1eeabfe0f7ed5059 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BE=81?= Date: Wed, 11 May 2022 22:16:00 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=E5=AE=8C=E6=88=90=E4=B8=BA=E4=BD=A0?= =?UTF-8?q?=E6=8E=A8=E8=8D=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/BsAddress.vue | 4 ++-- pages/account/index/address.vue | 4 ++-- pages/goods/detail/_id.vue | 8 +++++++- pages/goods/list/index.vue | 3 --- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/components/BsAddress.vue b/components/BsAddress.vue index 6704e87..94d3db5 100644 --- a/components/BsAddress.vue +++ b/components/BsAddress.vue @@ -10,9 +10,9 @@
收货地址: {{ - curAddressListItem.area + - curAddressListItem.city + curAddressListItem.province + + curAddressListItem.city + + curAddressListItem.area + curAddressListItem.detailAddress }}
diff --git a/pages/account/index/address.vue b/pages/account/index/address.vue index ada90e8..97b0987 100644 --- a/pages/account/index/address.vue +++ b/pages/account/index/address.vue @@ -23,9 +23,9 @@ diff --git a/pages/goods/detail/_id.vue b/pages/goods/detail/_id.vue index 4544d80..07c42b9 100644 --- a/pages/goods/detail/_id.vue +++ b/pages/goods/detail/_id.vue @@ -94,6 +94,12 @@ > +
+ 数量 +
+ +
+
加入购物车 @@ -444,7 +450,7 @@ export default { border-color: #ccc; } .attr-item__active { - border: 1px solid #FF512B; + border: 1px solid #ff512b; } .attr-item__disabled { color: #999999; diff --git a/pages/goods/list/index.vue b/pages/goods/list/index.vue index df3a2af..74be321 100644 --- a/pages/goods/list/index.vue +++ b/pages/goods/list/index.vue @@ -54,7 +54,6 @@ :item="item" v-for="item in listData" :key="item.id" - :isRecommend="isRecommend" >
Date: Thu, 12 May 2022 17:42:40 +0800 Subject: [PATCH 2/3] =?UTF-8?q?feat:=E5=AE=8C=E6=88=90=E4=B8=BA=E4=BD=A0?= =?UTF-8?q?=E7=AB=9E=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/img/goods/tips.png | Bin 0 -> 553 bytes components/UiChosen.vue | 81 +++++++++++++ layouts/module/header/index.vue | 4 - pages/goods/detail/_id.vue | 195 ++++++++++++++++++++++++++++++-- pages/goods/list/index.vue | 66 +---------- 5 files changed, 270 insertions(+), 76 deletions(-) create mode 100644 assets/img/goods/tips.png create mode 100644 components/UiChosen.vue diff --git a/assets/img/goods/tips.png b/assets/img/goods/tips.png new file mode 100644 index 0000000000000000000000000000000000000000..65d5a0cffcb2af04c3953fae813e7313621d8f74 GIT binary patch literal 553 zcmV+^0@nSBP)Px$<4Ht8R5(wql(CBwK@`TnmzaRCf~CC&Y9W%%+a_AvqMavbcVgic-XGv!Vk>B& zpm?2vT8V554Z^%^usXrBw-j7Zc1@nVb7tKfOM>7u12b=a^S<}y8$!#-^ZfE+vDgN% z3E-3u`3hj%>2&tuIDUKd7&RB1b7zR?z6Z435!S{4?lAM0uuy|$v)RS@eEtf+Nmczx zL{9*`2Jp!Tp9OFgzz%?80KRp*-L1i3@ZR_mPbQO% zUa$9zh}d9dStb^H2ojOZ){i0F;U zsjBLH$fN;M4_d0HW!CTa_f4j%rX(T{tZ)DxGV|`y3X4c9$SbMO8t5~C4FETo`Ncni zt^;@u;J`pug9yMmW)2;yd22GVPMW;pzk=3DyX}kpxJCAow3Wrq^ZbGV;yC`;0{UC* zb?tY~{V+h1B*&W||1kH7=ui9CJ;>>Fde35p!{ObP57IXM<8r|wM6}&BWHS@9jH>Rn zTEu5{3BXGa`$a^LRMkveo0f>SRCUMXn9l%QW9E0YX~T^^Gb^C|L#xKPEX&=dotFF) rPCDl{iRf0_$EK=JlO(bKXleWgU*#H(Wobs#00000NkvXXu0mjfTc!sW literal 0 HcmV?d00001 diff --git a/components/UiChosen.vue b/components/UiChosen.vue new file mode 100644 index 0000000..46e8f5f --- /dev/null +++ b/components/UiChosen.vue @@ -0,0 +1,81 @@ + + + + diff --git a/layouts/module/header/index.vue b/layouts/module/header/index.vue index 948e686..e5fc3ad 100644 --- a/layouts/module/header/index.vue +++ b/layouts/module/header/index.vue @@ -199,10 +199,6 @@ export default { tabPath: "/", tabList: [ { label: "首页", value: "/" }, - { - label: "爆款推荐", - value: `/goods/list?id=recommend`, - }, { label: "开发书籍", value: `/goods/list?id=6&levelType=${CATEGROY_LEVEL.ONE}`, diff --git a/pages/goods/detail/_id.vue b/pages/goods/detail/_id.vue index 07c42b9..b775148 100644 --- a/pages/goods/detail/_id.vue +++ b/pages/goods/detail/_id.vue @@ -11,7 +11,7 @@ Java从入门到项目实战

-
+
-
+
+ +

商品已下架啦,去逛逛别的吧~

+
+

看了又看

商品详情

-
+
+
+ +

暂无详情

+
+