界面修改
This commit is contained in:
parent
8f836f3a4c
commit
d1cea3b562
@ -75,7 +75,6 @@
|
||||
</view>
|
||||
-->
|
||||
<view class="flags1">
|
||||
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@ -135,7 +134,7 @@
|
||||
<view class='head_r' @click="showPop=true">
|
||||
<u--image :showLoading="true" src="/static/images/LHYC/QB.png" width="50.82rpx"
|
||||
height="50.82rpx"></u--image>
|
||||
<text class="" style="height: 5px;"></text>
|
||||
<text class="" style="height: 10px;"></text>
|
||||
<view class="flags">
|
||||
|
||||
</view>
|
||||
@ -233,7 +232,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view style="height: 100rpx;">
|
||||
<u-loadmore :status="status" />
|
||||
<!-- <u-loadmore :status="status" /> -->
|
||||
</view>
|
||||
</view>
|
||||
<!-- 空 -->
|
||||
@ -531,13 +530,7 @@
|
||||
let that = this
|
||||
setTimeout(() => {
|
||||
|
||||
uni.createSelectorQuery()
|
||||
.in(this)
|
||||
.select('.flags')
|
||||
.boundingClientRect(rect => {
|
||||
this.headtop = rect.top
|
||||
})
|
||||
.exec();
|
||||
|
||||
uni.createSelectorQuery()
|
||||
.in(this)
|
||||
.select('.flags1')
|
||||
@ -589,6 +582,14 @@
|
||||
onPageScroll(e) {
|
||||
let that = this
|
||||
this.showtit = !Boolean(e.scrollTop)
|
||||
uni.createSelectorQuery()
|
||||
.in(this)
|
||||
.select('.flags')
|
||||
.boundingClientRect(rect => {
|
||||
this.headtop = rect.top
|
||||
console.log(rect.top)
|
||||
})
|
||||
.exec();
|
||||
uni.createSelectorQuery()
|
||||
.in(this)
|
||||
.select('.content')
|
||||
|
@ -9,10 +9,8 @@
|
||||
<view class="head_tit">
|
||||
<view class="" style="display: flex;align-items: center;">
|
||||
<view class="back" @click='backjJump()' style="margin-right: 17rpx;">
|
||||
<!-- <u--image :showLoading="true" src="/static/images/LHYC/PFH.png" width="50.82rpx"
|
||||
height="50.82rpx"></u--image> -->
|
||||
<i class="iconfont icon-xiangzuo" style="font-size: 40rpx;text-align: left;"
|
||||
></i>
|
||||
<u--image :showLoading="true" src="/static/images/LHYC/PFH.png" width="50.82rpx"
|
||||
height="50.82rpx"></u--image>
|
||||
</view>
|
||||
<view style="font-size: 40rpx;">
|
||||
<!-- {{titName}} -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user