代码提交
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<Header ref="headerRef"> 分类</Header>
|
||||
<Header ref="headerRef" :scroll-top="scrollTop"> 分类</Header>
|
||||
<view
|
||||
class="goods-category"
|
||||
:style="computeMainBoxStyle"
|
||||
@ -72,9 +72,10 @@ import UvVtabsItem from "@/uni_modules/uv-vtabs/components/uv-vtabs-item/uv-vtab
|
||||
import UvGrid from "@/uni_modules/uv-grid/components/uv-grid/uv-grid.vue";
|
||||
import UvGridItem from "@/uni_modules/uv-grid/components/uv-grid-item/uv-grid-item.vue";
|
||||
import UvGap from "@/uni_modules/uv-gap/components/uv-gap/uv-gap.vue";
|
||||
import { useScroll } from "@/hooks/useScroll";
|
||||
|
||||
const {push} = useRouter()
|
||||
|
||||
const {scrollTop} = useScroll()
|
||||
const headerRef = ref() //导航条
|
||||
|
||||
// 中心高度 100bh - 上导航栏 - h5底部高度
|
||||
|
Reference in New Issue
Block a user