Commit 7936fa09 authored by jz's avatar jz

update

parent 562199ab
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
#import "RequestHeader.h" #import "RequestHeader.h"
#import <GMBase/GMBaseTool.h> #import <GMBase/GMBaseTool.h>
#import <GMBaseWeb/GMBaseWeb-Swift.h> #import <GMBaseWeb/GMBaseWeb-Swift.h>
#import <GMBaseWeb/GMWebutil.h>
#define counsellorAllHeight (573 + UIView.safeAreaInsetsBottom) #define counsellorAllHeight (573 + UIView.safeAreaInsetsBottom)
#define counsellorHalfHeight (366 + UIView.safeAreaInsetsBottom) #define counsellorHalfHeight (366 + UIView.safeAreaInsetsBottom)
#define doctorAllHeight (573 + UIView.safeAreaInsetsBottom) #define doctorAllHeight (573 + UIView.safeAreaInsetsBottom)
...@@ -123,7 +125,7 @@ ...@@ -123,7 +125,7 @@
- (void)setIsDispatch:(BOOL)isDispatch { - (void)setIsDispatch:(BOOL)isDispatch {
_isDispatch = isDispatch; _isDispatch = isDispatch;
if (self.isDispatch) { if (self.isDispatch) {
self.webCompent.fullUrl = [NSString stringWithFormat:@"%@/phantom/treatment/user/typing_info_v4?record_type=2",GMServerDomains.apiHost]; self.webCompent.fullUrl = [NSString stringWithFormat:@"%@/phantom/treatment/user/typing_info_v4?record_type=2",[GMWebutil getCurrentApiHost]];
[self.webCompent webviewLoad:self]; [self.webCompent webviewLoad:self];
} }
} }
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
self.navigationBar.isShowShadow = YES; self.navigationBar.isShowShadow = YES;
self.path = API_TREETMENT_BUSINESS_REPORT_LIST; self.path = API_TREETMENT_BUSINESS_REPORT_LIST;
[self reloadURL]; [self reloadURL];
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(editQuesPartFinish) name:GM_WORKING_EDIT_QUESTION_PART_NOTIFICATION object:nil]; [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(editQuesPartFinish) name:@"gm_working_edit_question_part_notification" object:nil];
} }
- (void)editQuesPartFinish { - (void)editQuesPartFinish {
......
...@@ -10,9 +10,12 @@ ...@@ -10,9 +10,12 @@
#import "QiniuSDK.h" #import "QiniuSDK.h"
#import "RequestHeader.h" #import "RequestHeader.h"
#import <GMBaseWeb/GMBaseWeb-Swift.h> #import <GMBaseWeb/GMBaseWeb-Swift.h>
#import <GMbase/GMBaseTool.h>
@import GMHud;
@import GMNetworking; @import GMNetworking;
@import GMFoundation; @import GMFoundation;
@import GMAlbum;
@interface GMBusinessReportResultController () <WKWebViewDelegate> @interface GMBusinessReportResultController () <WKWebViewDelegate>
@property (nonatomic, strong) UIImage *shareImage; @property (nonatomic, strong) UIImage *shareImage;
......
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