| | |
| | | <!-- {{$store.state.statusbarHeight}} -->
|
| | |
|
| | | <u-sticky>
|
| | | <view class="plr30 pb30 nav-style">
|
| | | <view class="plr30 pb30 nav-style bg_w">
|
| | | <view
|
| | | :style="{background: '#fff', zIndex: '999', paddingTop: `${statusbarHeight}px`, height: `${navHeight}px`, lineHeight:`${navHeight}px`, textAlign: 'center'}">
|
| | | 待办</view>
|
| | |
| | | <LabelSelection :TagList="tagList" :isShow="true" @change="clickTag"></LabelSelection> |
| | | </div>
|
| | | </view>
|
| | | </u-sticky>
|
| | | <scroll-view v-if="projectList.length" scroll-y refresher-enabled="true" :refresher-triggered="triggered" @scrolltolower="loadMore"
|
| | | </u-sticky> |
| | | |
| | | <scroll-view :style="{height: height}" v-if="projectList.length" scroll-y refresher-enabled="true" :refresher-triggered="triggered" @scrolltolower="loadMore"
|
| | | @refresherrefresh="refresh" |
| | | >
|
| | | <view v-for="(item, index) in projectList" :key="index">
|
| | |
| | | LabelSelection
|
| | | },
|
| | | data() {
|
| | | return {
|
| | | return { |
| | | height: '', |
| | | top: '',
|
| | | code: '',
|
| | | windowHeight: '',
|
| | | show: false,
|
| | |
| | | await this.$store.dispatch('getUpcomingNum')
|
| | | this.tagList[0].num = this.$store.state.upcomingNum.d
|
| | | this.tagList[1].num = this.$store.state.upcomingNum.y
|
| | | }, |
| | | onReady() { |
| | | var that = this |
| | | this.$nextTick(() => { |
| | | uni.createSelectorQuery() |
| | | .in(this) |
| | | .select('.content_search') |
| | | .boundingClientRect((rect) => { |
| | | console.log('-----',rect); |
| | | that.height = `calc(100vh - ${rect.height + 80}px)` |
| | | that.top = `${rect.height}px` |
| | | }) |
| | | .exec() |
| | | }) |
| | | },
|
| | | onLoad() {
|
| | | uni.getSystemInfo({
|