xiubojin / JXBWKWebView

An component WebView for iOS base on WKWebView
MIT License
735 stars 115 forks source link

fetchData 逻辑错误 #74

Closed xubillde closed 4 years ago

xubillde commented 4 years ago

_request导致加载本地异常。

- (void)fetchData {
    if(!_request) return;
    ....
}
xiubojin commented 4 years ago

什么意思