Mr.Zhang
2023-09-06 a89fe32c353040bbb95d7519cf7bafc4b5934f10
minipro_standard/pages/index/index.vue
@@ -21,10 +21,9 @@
            </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)">
@@ -181,13 +180,6 @@
               .catch(err => {
               })
         },
         onRestore() {
            this.triggered = 'restore'; // 需要重置
            console.log("onRestore");
         },
         onAbort() {
            console.log("onAbort");
         },
         scrolltolower() {
            this.page.page = 1