快乐的小萌新
快乐的小萌新
@progrape 假如我记录了A页面数据,切换回到A页面的时候,我怎么记录之前滚动的位置呢? 否则用户每次切换都要从顶部开始看内容。。。。。。
我也有这个错误,但是我没有这么复杂,就是进入页面后(第一个页面),点返回,页面中的列表,能出现2个,再点返回,列表出现3个,依次增加。。。。。。请问是什么原因
在微信调试工具中点击【< 返回】提示 ``` Uncaught TypeError: Cannot read property 'removeChild' of null router.min.js:6 ``` 求解。。。。。
请教一下,有解决办法了吗
就是bower直接拉取最新的github源 ``` "simple-router": "https://github.com/progrape/router.git", ``` 点击【第一个】页面的【返回】,【第一个页面】,就会提示 ``` Uncaught TypeError: Cannot read property 'removeChild' of null router.min.js:formatted:137 ```
自己解决了。。。。。。我把 ``` wx.ready(function () { //.... }); ``` 换成 ``` $(function () { //.... }); ``` 就搞定了。。。。。 什么原因不明白。。。。
我也遇到了。。。
Any update on this?
> Recommend use [wait4x](https://github.com/atkrad/wait4x) or [wait-for-it](https://github.com/vishnubob/wait-for-it). > > > 在`docker-production.online.yml`中我启用两个`php`服务`php7`和`php8`,并启用一个`nginx`服务,将`nginx`服务依赖于`php`: > > ``` > > depends_on: > > - php7 > > - php8 > > ``` > > >...