From 8d5f4db494a2630b385ee6aabaea7a0210e26466 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E5=BE=88=E5=B7=AE=E5=95=A6?= <17633066053@163.com> Date: Tue, 19 Jul 2022 16:28:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9pc=E8=B6=B3=E8=BF=B9=E4=BB=A5?= =?UTF-8?q?=E5=8F=8Anav=E6=98=BE=E7=A4=BA=E9=81=AE=E7=BD=A9=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/components/drawer/Drawer.vue | 2 +- buyer/src/pages/Index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buyer/src/components/drawer/Drawer.vue b/buyer/src/components/drawer/Drawer.vue index 5ef556f6..01ef155d 100644 --- a/buyer/src/components/drawer/Drawer.vue +++ b/buyer/src/components/drawer/Drawer.vue @@ -290,7 +290,7 @@ export default { } this.loading = true tracksList(params).then(res => { - this.tracksList = res.result + this.tracksList = res.result.records this.loading = false }).catch(() => { this.loading = false }) } diff --git a/buyer/src/pages/Index.vue b/buyer/src/pages/Index.vue index 59241c85..89551874 100644 --- a/buyer/src/pages/Index.vue +++ b/buyer/src/pages/Index.vue @@ -106,7 +106,7 @@ export default { background-color: #fff; position: fixed; top: 0; - z-index: 3000; + z-index: 99; box-shadow:0 0 10px 2px rgb(90 90 90 / 60%); transition: 0.35s; }