|
@@ -954,7 +954,6 @@
|
|
|
make.bottom.mas_equalTo(0);
|
|
|
}];
|
|
|
|
|
|
- [HWDataManager setBoolWithKey:@"Const_did_show_newer_Guide" value:YES];
|
|
|
|
|
|
KWeakSelf
|
|
|
guideView.didClickButtonFun = ^(NSInteger tag) {
|
|
@@ -966,6 +965,8 @@
|
|
|
#pragma mark 新手引导点击事件
|
|
|
- (void)didiClickNewerButtonFunBy:(NSInteger)tag
|
|
|
{
|
|
|
+ [HWDataManager setBoolWithKey:@"Const_did_show_newer_Guide" value:YES];
|
|
|
+
|
|
|
if(tag ==1){
|
|
|
[self getLastNoticeFun];
|
|
|
}
|