文档详情

快闪 iOS v2.2.2版本文档.pdf

发布:2019-03-25约1.69万字共页下载文档
文本预览下载声明
目 录 快闪 iOS v2.2.2版本文档 涉及的修改列表 本文档使用 看云 构建 - 2 - 快闪 iOS v2.2.2版本文档 快闪 iOS v2.2.2版本文档 涉及的修改列表 本文档使用 看云 构建 - 3 - 涉及的修改列表 涉及的修改列表 1. 展示赠送险 : 本文档使用 看云 构建 - 4 - 涉及的修改列表 本文档使用 看云 构建 - 5 - 涉及的修改列表 - (void)checkInsuranceData { [WSMobStat dataLoanMoule_InsuranceState]; [WSInsuranceConfigModel checkInsuranceDataBlock:^(BOOL resultFlag) { _resultFlag resultFlag; }]; } - (void)getInsuranceData { WSHomeNormalFooterView *footer (WSHomeNormalFooterView *)self.tableView .t ableFooterView; if (footer) { if (tocolView .selected) { [WSMobStat dataLoanMoule_GetInsurance]; [WSInsuranceConfigModel getInsuranceDataBlock:^(BOOL resultFlag) { }]; } } } 2. 首页登录 逾期 还款样式更改 本文档使用 看云 构建 - 6 - 涉及的修改列表 本文档使用 看云 构建 - 7 - 涉及的修改列表 - (void)onMessageClick{ if ([[WSUserModel sharedInstance].isLogin boolValue]) { WSMessageCenterViewController *vc [[WSMessageCenterViewController all oc] init]; [self.navigationController pushViewController:vc animated:YES]; }else{ @weakify(self); [[WSUserPage sharedInstance] goToLogin:^{ } failureBlock:^{ // 登录失败提示弹框 @strongify(self); if(!self) { return ;}; [WSBaseHudTips showHudWithfail:@登录失败 view :self.view]; } cancelBlock:nil]; } } - (UIImageView *)overDueIV{ if (!_overDueIV) { _overDueIV
显示全部
相似文档