Commit daacee49 by lee

u

parent b69a3d9a
......@@ -18,6 +18,7 @@
#import "KWMHomeVC.h"
#import "KWMWishListVC.h"
#import <MJRefresh.h>
#import "KWMStringUtil.h"
typedef enum{
......@@ -152,8 +153,9 @@ typedef enum{
#pragma mark - KWMAdDelegate
-(void)kwm_gotoWebView:(NSString *)url{
// NSLog(@"click webview");
[self openURLWithString:url];
if (![KWMStringUtil isBlank:url]) {
[self openURLWithString:url];
}
}
#pragma mark - KWMMenuDelegate
......
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