Xiao Bai
Xiao Bai
如果把 框架默认大小 self.pyphotosView.photoMargin self.pyphotosView.photoHeight self.pyphotosView.photoWidth 改了,就会导致其他手机屏幕不适配,需要重新设置适配该屏幕.
Incompatible block pointer types sending 'void (^)(NSInteger, NSInteger)' to parameter of type 'SDWebImageDownloaderProgressBlock _Nullable' (aka 'void (^)(NSInteger, NSInteger, NSURL * _Nullable __strong)'),请问是要用改框架自带的SDWebImage?
模拟器上点击 评论按钮 无反应
1. 微信版本7.0.5 2.调试库:2.6.6 3.机型:iPhone8,系统:12.3 ``` this.data.moveInstance = this.data.openWidth - x - this.data.currentX = x + this.setData({ + moveInstance: this.data.openWidth - x, + currentX:x + }) ``` 大概定位在这段代码(借鉴楼下老哥的代码进行修改过),如果不进行判断open状态是否打开,再把moveInstance字段归0,等打开测滑删除的时候再关闭,点击其他地方,会自动弹出。
I created the project in the following way: `npx -p devextreme-cli devextreme new vue-app xb-name --layout=side-nav-inner-toolbar --version=3` and `npx -p devextreme-cli devextreme new vue-app app-name --layout=side-nav-outer-toolbar --version=3` The following questions...
发现首次加载的时候,市哪一块,为空!滑动后才加载出来。 我的解决方法: ``` attached: function () { // 解决首次加载 this.setData({ citys:this.properties.data[0].children }) }, ```