You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
303 B
10 lines
303 B
<view style="height:150rpx;width:100%">
|
|
</view>
|
|
|
|
<view class="container white">
|
|
<refresh-view custom-class="yoo" bind:refresh="onRefresh" triggered="{{ refresherState }}" bind:pulling="onPulling">
|
|
<view class="test-block"></view>
|
|
<view class="test-block"></view>
|
|
|
|
</refresh-view>
|
|
</view>
|