| | |
| | | <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
|
| | |
| | | </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">
|
| | |
| | | </view>
|
| | | </u-list-item>
|
| | | </u-list>
|
| | |
|
| | | <myTabbar :index="0" />
|
| | | </view>
|
| | | </template>
|