| | |
| | | </view>
|
| | | </view>
|
| | | </u-sticky>
|
| | | <scroll-view v-if="projectList.length" :style="windowHeight - (statusbarHeight + navHeight + 120) + 'px'"
|
| | | scroll-y="true" refresher-enabled="true" :refresher-triggered="triggered" :refresher-threshold="100"
|
| | | refresher-background="lightgreen" @refresherpulling="scrolltolower" @refresherrefresh="scrolltoupper"
|
| | | @refresherrestore="onRestore" @refresherabort="onAbort">
|
| | | <scroll-view v-if="projectList.length" scroll-y="true" refresher-enabled="true" :refresher-triggered="triggered"
|
| | | :refresher-threshold="100" @refresherpulling="scrolltolower" @refresherrefresh="scrolltoupper"
|
| | | >
|
| | | <view v-for="(item, index) in projectList" :key="index">
|
| | | <view class="box_list">
|
| | | <view class="box_list_item" @click="jump(item)">
|
| | |
| | | .catch(err => {
|
| | |
|
| | | })
|
| | | },
|
| | | onRestore() {
|
| | | this.triggered = 'restore'; // 需要重置
|
| | | console.log("onRestore");
|
| | | },
|
| | | onAbort() {
|
| | | console.log("onAbort");
|
| | | },
|
| | | scrolltolower() {
|
| | | this.page.page = 1
|