重庆迈尖科技有限公司
2018-09-07 32fed7101def394848893e2b89507b0eeb39555f
no message
5个文件已修改
50 ■■■■ 已修改文件
MIduo.xcworkspace/xcuserdata/mj.xcuserdatad/UserInterfaceState.xcuserstate 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/数据/lib/LXAlertView/ShareAppView/ShareAppView.m 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/界面/我的/MineHeaderTableViewCell.xib 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/界面/网页视图/商品详情/FeignGoodsDetaiViewController.m 37 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
MIduo/界面/网页视图/商品详情/GoodDeTrViewController.m 2 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
MIduo.xcworkspace/xcuserdata/mj.xcuserdatad/UserInterfaceState.xcuserstate
Binary files differ
MIduo/Êý¾Ý/lib/LXAlertView/ShareAppView/ShareAppView.m
@@ -122,7 +122,14 @@
        
    }
    
    self.collectionCellHeight = KScreenW / 3 - 30;
    if (IS_IPHONE_5) {
        self.collectionCellHeight = KScreenW / 3 - 10;
    } else {
         self.collectionCellHeight = KScreenW / 3 - 30;
    }
    
    if (self.dataArr.count > 3) {
        
MIduo/½çÃæ/ÎÒµÄ/MineHeaderTableViewCell.xib
@@ -87,7 +87,7 @@
                            <constraint firstAttribute="width" secondItem="8ZE-XQ-pLf" secondAttribute="height" multiplier="108:90" id="p3f-oq-Hky"/>
                        </constraints>
                    </imageView>
                    <imageView userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="qfG-9z-4B5">
                    <imageView userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="qfG-9z-4B5">
                        <rect key="frame" x="165" y="70" width="75" height="18"/>
                        <constraints>
                            <constraint firstAttribute="height" constant="18" id="PrR-9u-4dt"/>
MIduo/½çÃæ/ÍøÒ³ÊÓͼ/ÉÌÆ·ÏêÇé/FeignGoodsDetaiViewController.m
@@ -34,8 +34,6 @@
    self.view.backgroundColor = [UIColor whiteColor];
    self.automaticallyAdjustsScrollViewInsets = NO;
    [self.view addSubview:self.webView];
//_webView.frame=CGRectMake(0, 0, self.view.bounds.size.width, self.view.bounds.size.height - kNavigationBarH-kStatusBarH);
    
    UIButton *backbutton = [UIButton buttonWithType:UIButtonTypeCustom];
    backbutton.frame=CGRectMake(0, 0, 30, 30);
@@ -357,13 +355,20 @@
- (BOOL)webView:(UIWebView *)webView shouldStartLoadWithRequest:(NSURLRequest *)request navigationType:(UIWebViewNavigationType)navigationType {
    webView.hidden = NO;
    
    NSLog(@"%@",request.URL);
    NSLog(@"%@",request.URL.scheme);
    NSLog(@"request.URL:%@",request.URL);
    NSLog(@"request.URL.scheme:%@",request.URL.scheme);
    NSString *urlString = request.URL.absoluteString;
    if ( [urlString containsString:@"tbopen"]) {
        return NO;
    }
    if (![urlString hasPrefix:@"http"]) {
        return NO;
    }
    return YES;
}
@@ -372,15 +377,20 @@
- (void)webViewDidFinishLoad:(UIWebView *)webView {
    //导航栏配置
//    if(!_goodsId){
//        self.navigationItem.title = [webView stringByEvaluatingJavaScriptFromString:@"document.title"];
        self.navigationItem.title = [webView stringByEvaluatingJavaScriptFromString:@"document.title"];
//    }else{
    
    self.indexGer++;
    self.isField = NO;
    
        self.navigationItem.title =@"商品详情";
//    }
    [self showLeftBarButtonItem];
    ReachabilityStatus status = [GLobalRealReachability currentReachabilityStatus];
    [self setupFlagLabelWithStatus:status
                           isVPNOn:[GLobalRealReachability isVPNOn]
                        accessType:[GLobalRealReachability currentWWANtype]];
}
- (void)webView:(UIWebView *)webView didFailLoadWithError:(NSError *)error {
@@ -434,10 +444,11 @@
                self.noNetworkViews.hidden = YES;
                self.webView.hidden = NO;
                self.isField = NO;
                [self.webView removeFromSuperview];
                self.webView = nil;
                
                if (self.indexGer == 0) {
                    [self.webView removeFromSuperview];
                    self.webView = nil;
                    
                    [self createWebView];
                }
@@ -454,10 +465,10 @@
                
                self.webView.hidden = NO;
                self.isField = NO;
                [self.webView removeFromSuperview];
                self.webView = nil;
                if (self.indexGer == 0) {
                    [self.webView removeFromSuperview];
                    self.webView = nil;
                    
                    [self createWebView];
                }
MIduo/½çÃæ/ÍøÒ³ÊÓͼ/ÉÌÆ·ÏêÇé/GoodDeTrViewController.m
@@ -164,6 +164,8 @@
    [SVProgressHUD dismiss];
    self.isProgressHud = NO;
    
    self.transitionView.hidden = YES;
    [self.navigationController setNavigationBarHidden:NO animated:animated];
    
    UIView *statusBar = [[[UIApplication sharedApplication] valueForKey:@"statusBarWindow"] valueForKey:@"statusBar"];