Mr.Zhang
2023-08-28 6aca327d3466d61fc7a2b5a8c5d617055dd319b0
minipro_standard/pages/index/index.vue
@@ -1,7 +1,8 @@
<template>
   <view class="index">
      <!-- <web-view v-if="show" @onPostMessage="onMessage" :src="'https://dmtest.ahapp.net/doumeeplant_h5/#/appletLogin?code=' + code"></web-view> -->
      <!-- {{$store.state.statusbarHeight}} -->
      <!-- {{$store.state.statusbarHeight}} -->
      <u-sticky>
         <view class="plr50 pb30 nav-style">
            <view
@@ -20,7 +21,7 @@
            </view>
         </view>
      </u-sticky>
      <u-list :showScrollbar="false" @scrolltolower="scrolltolower" @scrolltoupper="scrolltoupper"
         :height="windowHeight - (statusbarHeight + navHeight + 120) + 'px'">
         <u-list-item v-for="(item, index) in projectList" :key="index">
@@ -42,7 +43,6 @@
            </view>
         </u-list-item>
      </u-list>
      <myTabbar :index="0" />
   </view>
</template>