江州安抚使

Results 3 issues of 江州安抚使

## What happens? ./ldimcicd start /snapshot/Users/zzg/Desktop/eggPro --port=3001 --title=test_pkg ⚠️ AssertionError: /snapshot/Users/zzg/Desktop/eggPro/package.json should exist ⚠️ Command Error, enable `DEBUG=common-bin` for detail ## 工程文件 我用pkg打包eggjs工程, 首先用simple-type方式创建工程 工程创建完成之后,就添加了三个文件 controller:archive.js server:progress.js view:index.html ## 复现步骤,错误日志以及相关配置...

Inactive

使用customPageControl 自定义时,我点击其中一个item时,会发现 ```objc -(void)setCurrentPage:(NSInteger)currentPage ``` 该方法会调用两次,且currentpage的值不一样。 ps:感觉在点击collectionview时,不需要去调用 ```objc [self adjustErrorCell:YES]; ``` 直接写 self.currentIndexPath = indexPath; 是否也可以哈 是否也可以这样使用 ```objc - (void)didSelectItemCellAdjustErrorCell:(BOOL)isScroll forIndexPath:(NSIndexPath*)indexPath{ if(isScroll) { self.self.currentIndexPath = indexPath; [self scrollViewWillBeginDecelerating:self.carouselView]; } }...

轻轻滑动,让他自定悬停时(里面的tableview不产生offset.y),你在点击tableview的cell,第一次点击无效,第二次才有效。