撒菠萝
撒菠萝
原因是因为在create的时候,执行ready事件绑定的page是当前显示的页面page,但是当前页面有可能并不处于激活状态,这样就导致了 ```js this.page = getCurrentPages()[getCurrentPages().length - 1] this.store = this.page.store ``` 是个异常 demo: A页面 ``` A页面的组件 ``` A跳转到B页面,一些状态变更,导致了A页面的a组件show了,但是a组件拿到的是,B的store 是不是可以通过`getPageId ` 拿到页面实例用来判断页面
| Info | Note | | - | - | | System Info | Mac OS Monterey V12.4 Apple M1| | Node Info | 14.15.0 | before i install `pulsar-client-node`,I...
### 问题是什么 手上一台6s plus 在测试的时候发现滚屏的是会出现异常,具体表现在动画会加速翻页到下一屏, 但是在7就不会出现这个问题,另外一个同事的plus的手机也出现同样的问题。 引用官方的demo(loop.html)也会,但是如果不使用css3去做的话就能正常 ### 环境 - 手机: iPhone 6s plus - 系统:IOS 11.2.6 - 浏览器:微信浏览器 - zepto.fullpage版本:v0.5.0 - 手机: iPhone 7 - 系统:IOS 11.2.6 - 浏览器:微信浏览器...
Google Nexus 系列的手机dpr应该是2的。 但是按照程序逻辑判断,只要不是苹果的话像素比都是1,这样的会有问题的~ 虽然国内没什么人用,但是还是判断一下好了
``` ⠙ start fetch Course Media(node:59584) UnhandledPromiseRejectionWarning: # (Use `node --trace-warnings ...` to show where the warning was created) (node:59584) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing...
初始化浏览器失败 TimeoutError: Timed out after 30000 ms while trying to connect to the browser! Only Chrome at revision r722234 is guaranteed to work. at Timeout.onTimeout (/Users/jim/.nvm/versions/node/v14.15.0/lib/node_modules/geek-time-topdf/node_modules/puppeteer/lib/Launcher.js:761:14) at listOnTimeout (internal/timers.js:554:17) at...
This is a very good plugin. May I ask if there are any plans to support go struct to json in the future?
**Describe the bug** i have two struct, when i load them, i wish the same key will be merge,but not. i read the source code,it seems already merge not return...