2ue
2ue
我也遇到相同问题,看了下接口请求,是没有成功设置appsecret   可以看到成功设置通道的时候发送了secret参数,但是返回没有参数
补充一下,偶尔能够成功保存,但是查询详情接口也没有返回screte数据
对的,他的方案确实是没有把dpr考虑进去,并且没有解决手机1px问题。 可以参考一下我的解决方案。 ``` javascript (function(designSize) { //designSize为设计稿的尺寸(宽) var doc = document, docEl = doc.documentElement, devWidth = docEl.clientWidth > 1080 ? 1080 : docEl.clientWidth, dpr = devicePixelRatio || 1, //如果不支持devicePixelRatio则默认为1 scale...
> 好的,看起来是有多次触发的问题,我们尽快修复!!! 是的,并且在不同的情况下去清除数据,表现的形式还不一致。  ``` ```
> 这个功能已经有了, >  > 我想表达的是直接在本机执行,不要输入账号密码
> This asynchronous behavior may lead to the correct value not being obtained if the promise has not been resolved when the update is triggered. > This asynchronous behavior may...
> If it's asynchronous, then no other events should be triggered before the promise is resolved. If that's the case, it could cause the view to be blocked, which I...
> `onVisibleChange`就可以了吧 确实可以实现,感谢~ 不过比较迷惑,点击Popup之外的区域居然会触发这个事件