- 苹果系统和windows系统 Component 差异问题
二开一个小程序碰到一个问题,该小程序的登陆页面使用的是Component,在windows系统中会出现提示:Page[pages/login/login] not found. May be caused by: 1. Forgot to add page route in app.json. 2. Invoking Page() in async task. 点击【授权登录】按钮会提示:Do not have setUserInfo handler in current page: pages/login/login. Please make sure that setUserInfo handler has been defined in pages/login/login, or pages/login/login has been added into app.json,事件都无法触发,上传预览在手机上无法正常触发【授权登录】,但是在苹果系统中没有这样的提示,事件触发也正常,上传预览也正常,这是什么原因?同样一份代码为何在两个操作系统会出现不一样的结果?[图片] 苹果系统操作视频链接:http://hxdb.utaoshop.com/static/web/27ef3dd794e93862cf6a72ad2b73c48e.mp4
2019-11-26 - scroll-view中bindscrolltolower在IOS真机不触发
我的代码中scroll-view组件使用的是flex布局,在开发者工具中bindscrolltolower可以触发,但是切换到IOS真机中bindscrolltolower事件并没有触发,scroll-view没有指定height,而是使用flex布局,尝试使用指定height后bindscrolltolower可以触发,但是目前我想使用flex布局,这种情况下bindscrolltolower不触发的问题该如何解决?
2018-03-06