修复
This commit is contained in:
parent
cd678de1a9
commit
86a1b7cd6d
@ -70,7 +70,6 @@
|
|||||||
</view>
|
</view>
|
||||||
-->
|
-->
|
||||||
<view class="flags1">
|
<view class="flags1">
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
@ -127,7 +126,7 @@
|
|||||||
<view class='head_r' @click="showPop=true">
|
<view class='head_r' @click="showPop=true">
|
||||||
<u--image :showLoading="true" src="/static/images/LHYC/QB.png" width="50.82rpx"
|
<u--image :showLoading="true" src="/static/images/LHYC/QB.png" width="50.82rpx"
|
||||||
height="50.82rpx"></u--image>
|
height="50.82rpx"></u--image>
|
||||||
<text class="" style="height: 5px;"></text>
|
<text class="" style="height: 10px;"></text>
|
||||||
<view class="flags">
|
<view class="flags">
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
@ -225,7 +224,7 @@
|
|||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view style="height: 100rpx;">
|
<view style="height: 100rpx;">
|
||||||
<u-loadmore :status="status" />
|
<!-- <u-loadmore :status="status" /> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<!-- 空 -->
|
<!-- 空 -->
|
||||||
@ -523,13 +522,7 @@
|
|||||||
let that = this
|
let that = this
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
|
|
||||||
uni.createSelectorQuery()
|
|
||||||
.in(this)
|
|
||||||
.select('.flags')
|
|
||||||
.boundingClientRect(rect => {
|
|
||||||
this.headtop = rect.top
|
|
||||||
})
|
|
||||||
.exec();
|
|
||||||
uni.createSelectorQuery()
|
uni.createSelectorQuery()
|
||||||
.in(this)
|
.in(this)
|
||||||
.select('.flags1')
|
.select('.flags1')
|
||||||
@ -581,6 +574,14 @@
|
|||||||
onPageScroll(e) {
|
onPageScroll(e) {
|
||||||
let that = this
|
let that = this
|
||||||
this.showtit = !Boolean(e.scrollTop)
|
this.showtit = !Boolean(e.scrollTop)
|
||||||
|
uni.createSelectorQuery()
|
||||||
|
.in(this)
|
||||||
|
.select('.flags')
|
||||||
|
.boundingClientRect(rect => {
|
||||||
|
this.headtop = rect.top
|
||||||
|
console.log(rect.top)
|
||||||
|
})
|
||||||
|
.exec();
|
||||||
uni.createSelectorQuery()
|
uni.createSelectorQuery()
|
||||||
.in(this)
|
.in(this)
|
||||||
.select('.content')
|
.select('.content')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user