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;