墨斐
墨斐
同问,我的也是 ¥79 元的 小米最新发布的空调伴侣,同样报错: Sync failed! Error: Resp general error. @LASER-Yi
这里就是安装说明 https://github.com/appLhui/mock2easy#不同的平台配置demo 目前支持 grunt、gulp、webpack 都是OK的
``` // 判断是否是属于下拉刷新 isPullToRefresh(el) { if (el.scrollTop == 0) { if (el.className.indexOf('rmc-pull-to-refresh') > -1) { return true; }else{ return this.isPullToRefresh(el.parentElement); } }else{ return false; } } onTouchStart = (_ele, e)...