当前位置:网站首页>微信小程序中,从一个页面跳转到另一个页面后,在返回后发现页面同步滚动了
微信小程序中,从一个页面跳转到另一个页面后,在返回后发现页面同步滚动了
2022-07-05 09:46:00 【huxiaoxiao.】
问题描述:
最近项目中有一个bug,在一个组件中引入了另一个组件,假设这两个组件名称分别为 A 和 B
我在A页面的顶部点击跳转到B页面,在B页面滚动到底部,选取了一个值自动返回A(或者点击顶部返回键返回到A),这时候会发现A也滚动到了最底部。
解决方法:
1.不推荐,推荐用2
通过威信小程序自带的组件 scroll-view,设置固定高度,在通过scroll-view中的 bindscroll方法,在滚动时获取距离顶部的距离,并赋值保存下来。在返回上一层页面的方法中调用 wx.pageScrollTo,其中的 scrollTop就是你记录的那个值,就行了
2.
跟第一个方法类似,但更简单,也是运用 scroll-view,把你整个 A 的可滚动区域包裹起来,注意是可滚动区域,固定高度就发现问题解决了
在这里多提一句,一般正常的返回键是小程序自带的,正常返回也不会有这个问题,仅供参考!
边栏推荐
- 美图炒币半年亏了3个亿,华为被曝在俄罗斯扩招,AlphaGo的同类又刷爆一种棋,今日更多大新闻在此...
- 面试:Bitmap像素内存分配在堆内存还是在native中
- Coffeescript Chinese character to pinyin code
- ConstraintLayout的流式布局Flow
- 天龙八部TLBB系列 - 关于包裹掉落的物品
- 善用兵者,藏于无形,90 分钟深度讲解最佳推广价值作品
- 如何写出高质量的代码?
- [NTIRE 2022]Residual Local Feature Network for Efficient Super-Resolution
- 《微信小程序-基础篇》小程序中的事件与冒泡
- 横向滚动的RecycleView一屏显示五个半,低于五个平均分布
猜你喜欢
[NTIRE 2022]Residual Local Feature Network for Efficient Super-Resolution
基于单片机步进电机控制器设计(正转反转指示灯挡位)
Single chip microcomputer principle and Interface Technology (esp8266/esp32) machine human draft
钉钉、企微、飞书学会赚钱了吗?
Kotlin Compose 与原生 嵌套使用
[technical live broadcast] how to rewrite tdengine code from 0 to 1 with vscode
Hard core, have you ever seen robots play "escape from the secret room"? (code attached)
Charm of code language
ArcGIS Pro 创建要素
[system design] index monitoring and alarm system
随机推荐
宝塔面板MySQL无法启动
Swift tableview style (I) system basic
Getting started with Apache dolphin scheduler (one article is enough)
【C语言】动态内存开辟的使用『malloc』
Tianlong Babu TLBB series - questions about skill cooling and the number of attack ranges
自动化规范检查软件如何发展而来?
如何判断线程池已经执行完所有任务了?
Cut off 20% of Imagenet data volume, and the performance of the model will not decline! Meta Stanford et al. Proposed a new method, using knowledge distillation to slim down the data set
How Windows bat script automatically executes sqlcipher command
90%的人都不懂的泛型,泛型的缺陷和应用场景
《剑来》语句摘录(七)
CSDN always jumps to other positions when editing articles_ CSDN sends articles without moving the mouse
Apache DolphinScheduler 系统架构设计
@JsonAdapter注解使用
学习笔记5--高精地图解决方案
[NTIRE 2022]Residual Local Feature Network for Efficient Super-Resolution
高级 OpenCV:BGR 像素强度图
Node red series (29): use slider and chart nodes to realize double broken line time series diagram
[200 opencv routines] 219 Add digital watermark (blind watermark)
QT VT100 parser