Commit a366b607 authored by 周亮's avatar 周亮

修改is_first逻辑

parent 2fc748a4
......@@ -137,6 +137,8 @@ static BOOL isGray = NO;
- (void)onPVEnd:(UIResponder<PhobosPVProtocol> *)page {
[_rePhobos onPVEnd:page];
[_oldPhobos onPVEnd:page];
//发送完一次pv就要置为0
page.isFirst = 0;
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment