From cfa2c4d6d8c45cbc7e260690207536cdf9e25638 Mon Sep 17 00:00:00 2001 From: xiaoguang Date: Wed, 11 May 2022 19:57:14 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=B8=AA=E4=BA=BA=E4=B8=BB=E9=A1=B5?= =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=A0=8F=E6=B7=BB=E5=8A=A0=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 8 ++++++++ pages/account/index/home/index.vue | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 18c0d27..f077b25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15002,6 +15002,14 @@ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", "dev": true }, + "v-distpicker": { + "version": "1.2.13", + "resolved": "https://registry.npmmirror.com/v-distpicker/-/v-distpicker-1.2.13.tgz", + "integrity": "sha512-dQN7cR7BhHPrmZ0dBngFm69Fgc3u22uOwJDM4vc4n3mdGDI6PvKa/0lCjPkDrU8G1pv9TO+Fb68wmX2ItyI1mQ==", + "requires": { + "vue": "^2.6.10" + } + }, "v8-compile-cache": { "version": "2.3.0", "resolved": "https://registry.npmmirror.com/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", diff --git a/pages/account/index/home/index.vue b/pages/account/index/home/index.vue index 75236aa..4f938e0 100644 --- a/pages/account/index/home/index.vue +++ b/pages/account/index/home/index.vue @@ -23,6 +23,7 @@
@@ -84,7 +85,7 @@ export default { key: "progressCount", label: "退款/售后", icon: getOrderTypeIcon("icon-order4"), - path: "/account/order/saleAfter", + path: "/account/order/saleAfter/list", count: 0, }, { @@ -155,6 +156,7 @@ export default { background: #ffffff; border-radius: 4px; box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1); + cursor: pointer; .account-home-content__item { position: relative; font-size: 14px;