jqoo opened a new issue #2971: [iOS]jsMainBundleStringContentMd5写入错误 URL: https://github.com/apache/incubator-weex/issues/2971 ` if (!self.userInfo[@"**jsMainBundleStringContentLength**"]) { self.userInfo[@"jsMainBundleStringContentLength"] = @([mainBundleString length]); } if (!self.userInfo[@"**jsMainBundleStringContentLength**"]) { self.userInfo[@"jsMainBundleStringContentMd5"] = [WXUtility md5:mainBundleString]; } ` 判断条件都是写的jsMainBundleStringContentLength,第二个key应该是jsMainBundleStringContentMd5才对
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
