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; }