提交 05ba896b 编写于 作者: shutao-dc's avatar shutao-dc

update sticky-header.uvue

上级 27a233dd
<template>
<list-view :scroll-y="true" class="page" rebound="true" :scroll-top="scroll_top_input" :refresher-enabled="refresher_enabled_boolean"
<list-view :scroll-y="true" class="page" rebound="false" :scroll-top="scroll_top_input" :refresher-enabled="refresher_enabled_boolean"
:refresher-triggered="refresher_triggered_boolean" @refresherrefresh="list_view_refresherrefresh">
<list-item type = 1>
<swiper indicator-dots="true" style="flex-direction: row;" circular="true">
......@@ -40,7 +40,7 @@
return {
sift_item: ["排序", "筛选"],
list_item: [] as Array<string>,
refresher_enabled_boolean: false,
refresher_enabled_boolean: true,
refresher_triggered_boolean: false,
scroll_top_input: 0
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册