From a1a54511e122c22b184ad407ada6b63de49569bd Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 7 Nov 2023 10:59:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E8=AE=A2=E5=8D=95=20?= =?UTF-8?q?=E8=A7=92=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/myinformation/myinformation.scss | 13 +++++++++++ pages/myinformation/myinformation.vue | 30 ++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/pages/myinformation/myinformation.scss b/pages/myinformation/myinformation.scss index 8cf9bdd..a4c8a95 100644 --- a/pages/myinformation/myinformation.scss +++ b/pages/myinformation/myinformation.scss @@ -84,6 +84,19 @@ height: 60rpx; } } + .orderCount { + width: 38rpx; + height: 38rpx; + background: #FFFFFF; + border: 3rpx solid #DC222F; + position: relative; + top: -125rpx; + left: 103rpx; + font-size: 22rpx; + border-radius: 50%; + line-height: 35rpx; + color: #DC222F; + } } .righttitle { diff --git a/pages/myinformation/myinformation.vue b/pages/myinformation/myinformation.vue index 60e4bb9..7a0bfd8 100644 --- a/pages/myinformation/myinformation.vue +++ b/pages/myinformation/myinformation.vue @@ -76,24 +76,54 @@ 待付款 + + {{appPersonallist.waitPayCount}} + + + 99+ + + 待收货 + + {{appPersonallist.waitReceivedGoodsCount}} + + + 99+ + 待评价 + + {{appPersonallist.receivedGoodsCount}} + + + 99+ + 已完成 +