enablePullDownRefresh:true安卓 设置fixed无法固定
css
.title-wrapper{ position: fixed; top:0; left:0; width: 100%; height: 128rpx; background-image: linear-gradient(-180deg, #10C285 0%, #0E9C6B 100%); overflow: hidden; text-align: center; font-family: PingFangSC-Medium; font-size: 34rpx; color: #fff;} |
enablePullDownRefresh:true时 触发下拉 安卓手机上header也会被滑动 ios上就是好的
