重庆迈尖科技有限公司
2018-08-17 f212929414ed550edf8f29baded6a5eb32e8b509
no message
2个文件已添加
11个文件已修改
2个文件已删除
66 ■■■■■ 已修改文件
MIduo.xcworkspace/xcuserdata/mj.xcuserdatad/UserInterfaceState.xcuserstate 补丁 | 查看 | 原始文档 | blame | 历史
MIduo.xcworkspace/xcuserdata/mj.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist 16 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/Assets.xcassets/agreement_select.imageset/Contents.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/Assets.xcassets/agreement_select.imageset/agreement_select@2x.png 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/Assets.xcassets/agreement_select.imageset/agreement_select@3x.png 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/Assets.xcassets/agreement_select.imageset/勾选@2x.png 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/Assets.xcassets/agreement_select.imageset/勾选@3x.png 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/界面/我的/MineViewController.m 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/界面/我的/SJUnbindPhoneViewController.m 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/界面/我的/balance/体现/AddIncarnateViewController.m 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/界面/我的/balance/体现/IncarnateViewController.m 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/界面/我的/balance/体现/IncarnateViewController.xib 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/界面/我的/balance/体现/ModifyAccountViewController.m 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/界面/我的/messageLogin/MessageLoginViewController.m 11 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/界面/我的/userInfoViewController.m 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
MIduo.xcworkspace/xcuserdata/mj.xcuserdatad/UserInterfaceState.xcuserstate
Binary files differ
MIduo.xcworkspace/xcuserdata/mj.xcuserdatad/xcdebugger/Breakpoints_v2.xcbkptlist
@@ -45,5 +45,21 @@
            landmarkType = "7">
         </BreakpointContent>
      </BreakpointProxy>
      <BreakpointProxy
         BreakpointExtensionID = "Xcode.Breakpoint.FileBreakpoint">
         <BreakpointContent
            shouldBeEnabled = "Yes"
            ignoreCount = "0"
            continueAfterRunningActions = "No"
            filePath = "MIduo/&#x754c;&#x9762;/&#x6211;&#x7684;/messageLogin/MessageLoginViewController.m"
            timestampString = "556187707.748147"
            startingColumnNumber = "9223372036854775807"
            endingColumnNumber = "9223372036854775807"
            startingLineNumber = "415"
            endingLineNumber = "415"
            landmarkName = "-sendMessage:"
            landmarkType = "7">
         </BreakpointContent>
      </BreakpointProxy>
   </Breakpoints>
</Bucket>
MIduo/Assets.xcassets/agreement_select.imageset/Contents.json
@@ -6,12 +6,12 @@
    },
    {
      "idiom" : "universal",
      "filename" : "agreement_select@2x.png",
      "filename" : "勾选@2x.png",
      "scale" : "2x"
    },
    {
      "idiom" : "universal",
      "filename" : "agreement_select@3x.png",
      "filename" : "勾选@3x.png",
      "scale" : "3x"
    }
  ],
MIduo/Assets.xcassets/agreement_select.imageset/agreement_select@2x.png
Binary files differ
MIduo/Assets.xcassets/agreement_select.imageset/agreement_select@3x.png
Binary files differ
MIduo/Assets.xcassets/agreement_select.imageset/¹´Ñ¡@2x.png
MIduo/Assets.xcassets/agreement_select.imageset/¹´Ñ¡@3x.png
MIduo/½çÃæ/ÎÒµÄ/MineViewController.m
@@ -705,7 +705,10 @@
                   }
                   
               } fail:^(id object) {
                   [SVProgressHUD showErrorWithStatus:object];
                   NSError *error = object;
                   ALToastBottom(error.localizedDescription);
               }];
}
MIduo/½çÃæ/ÎÒµÄ/SJUnbindPhoneViewController.m
@@ -83,7 +83,9 @@
                       [SVProgressHUD showErrorWithStatus:object[@"msg"]];
                   }
               } fail:^(id object) {
                   [SVProgressHUD showErrorWithStatus:object];
                   NSError *error = object;
                   ALToastBottom(error.localizedDescription);
               }];
}
MIduo/½çÃæ/ÎÒµÄ/balance/ÌåÏÖ/AddIncarnateViewController.m
@@ -66,7 +66,7 @@
        return;
    }
    self.isVerifiAccount = YES;
    [self.addVerifiNumberView setLabelContentwith:@"为验证你的支付宝账号无误,系统将体现0.1元到你填写的支付宝账号。"];
    [self.addVerifiNumberView setLabelContentwith:@"为了验证您的支付宝账号能正常收款,系统将向您填写的支付宝账号提现0.1元"];
    self.addVerifiNumberView.titleLabel.text = @"验证账号";
    [self.addVerifiNumberView.sureButton setTitle:@"确定" forState:UIControlStateNormal];
    [[UIApplication sharedApplication].delegate.window addSubview:self.addVerifiNumberView];
MIduo/½çÃæ/ÎÒµÄ/balance/ÌåÏÖ/IncarnateViewController.m
@@ -161,12 +161,12 @@
    }
    if ([self.balanText.text doubleValue] < 20) {
        [SVProgressHUD setContainerView:[UIApplication sharedApplication].delegate.window];
        [SVProgressHUD showErrorWithStatus:@"单笔提现最低不得低于20"];
        [SVProgressHUD showErrorWithStatus:@"单次提现最低不得低于20"];
        return;
    }
    if ([self.balanText.text doubleValue] > 50) {
        [SVProgressHUD setContainerView:[UIApplication sharedApplication].delegate.window];
        [SVProgressHUD showErrorWithStatus:@"单笔提现最高不得超过50"];
        [SVProgressHUD showErrorWithStatus:@"单次提现最高不得超过50"];
        return;
    }
    NSString *phoneString = _userInfo[@"phone"];
MIduo/½çÃæ/ÎÒµÄ/balance/ÌåÏÖ/IncarnateViewController.xib
@@ -214,7 +214,7 @@
                                <constraint firstAttribute="height" constant="1" id="zt6-x7-dXr"/>
                            </constraints>
                        </view>
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="可提现余额0.00元" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AS9-r7-zm0">
                        <label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="可提现余额  å…ƒ" textAlignment="natural" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="AS9-r7-zm0">
                            <rect key="frame" x="20" y="111" width="335" height="21"/>
                            <constraints>
                                <constraint firstAttribute="height" constant="21" id="tHq-Zx-jqk"/>
MIduo/½çÃæ/ÎÒµÄ/balance/ÌåÏÖ/ModifyAccountViewController.m
@@ -105,8 +105,9 @@
    } fail:^(id object) {
        NSLog(@"%@",object);
        self.sendButton.userInteractionEnabled = YES;
        [SVProgressHUD setContainerView:[UIApplication sharedApplication].delegate.window];
        [SVProgressHUD showErrorWithStatus:object];
        NSError *error = object;
        ALToastBottom(error.localizedDescription);
    }];
    
}
@@ -210,9 +211,8 @@
                   }
                   
               } fail:^(id object) {
                   [SVProgressHUD setContainerView:[UIApplication sharedApplication].delegate.window];
                   [SVProgressHUD showErrorWithStatus:object];
                   NSError *error = object;
                   ALToastBottom(error.localizedDescription);
               }];
}
MIduo/½çÃæ/ÎÒµÄ/messageLogin/MessageLoginViewController.m
@@ -445,16 +445,17 @@
                       
                       dispatch_resume(_timer);
                   }  else {
                       [SVProgressHUD setContainerView:[UIApplication sharedApplication].delegate.window];
                       [SVProgressHUD showErrorWithStatus:object[@"msg"]];
                       ALToastBottom(object[@"msg"]);
                   }
                   
               } fail:^(id object) {
                   NSLog(@"%@",object);
                   self.sendButton.userInteractionEnabled = YES;
                   [SVProgressHUD setContainerView:[UIApplication sharedApplication].delegate.window];
                   [SVProgressHUD showErrorWithStatus:object];
                   NSError *error = object;
                   ALToastBottom(error.localizedDescription);
               }];
    
}
MIduo/½çÃæ/ÎÒµÄ/userInfoViewController.m
@@ -133,8 +133,8 @@
            [SVProgressHUD showErrorWithStatus:object[@"msg"]];
        }
    } fail:^(id object) {
        [SVProgressHUD setContainerView:[UIApplication sharedApplication].delegate.window];
        [SVProgressHUD showErrorWithStatus:object];
        NSError *error = object;
        ALToastBottom(error.localizedDescription);
    }];
}
@@ -320,8 +320,8 @@
                            [SVProgressHUD showErrorWithStatus:object[@"msg"]];
                        }
                    } fail:^(id object) {
                        [SVProgressHUD showErrorWithStatus:object];
                        NSError *error = object;
                        ALToastBottom(error.localizedDescription);
                    }];
                }];
                UIAlertAction *cancelAction = [UIAlertAction actionWithTitle:@"取消" style:UIAlertActionStyleCancel handler:nil];