提交 84c15dae 编写于 作者: 雪洛's avatar 雪洛

chore: 移除测试代码

上级 c8da4d63
<template>
<view class="container">
<button @click="test">test</button>
<page-head title="scroll-view 下拉刷新"></page-head>
<scroll-view class="scroll" refresher-enabled=true :refresher-triggered="refresherTriggered"
@refresherrefresh="onRefresherrefresh" @refresherabort="onRefresherabort" @refresherrestore="onRefresherrestore"
......@@ -33,9 +32,6 @@
},
methods: {
test() {
this.refresherTriggered = true
},
onRefresherrefresh(_ : RefresherEvent) {
this.refresherrefresh = true
console.log("onRefresherrefresh--------------下拉刷新触发")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册