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
334 B
10 lines
334 B
<!--pages/login/index.wxml-->
|
|
<van-nav-bar title="登录" fixed placeholder/>
|
|
|
|
<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>
|