浏览代码

修复openPage后点击返回没有反应的bug

liufl5 4 年之前
父节点
当前提交
730faacd0a

二进制
IPUMobileFunc/IPUMobileFunc.xcodeproj/project.xcworkspace/xcuserdata/mac.xcuserdatad/UserInterfaceState.xcuserstate


+ 1 - 1
IPUMobileFunc/IPUMobileFunc/IPUMobileUIPlugin.m

@ -256,7 +256,7 @@
256 256
    NSString *templatePath = [IPUServerPage getTemplate:pageAction];
257 257
    IPUFlipperView *flipperView = [self.mobileDelegate getFlipperView];
258 258
    // 是否需要新开View
259
    if (isCurr) {
259
    if (isCurr.boolValue) {
260 260
        IPUTemplateWebView *tWebview = (IPUTemplateWebView *)[flipperView getCurrView];
261 261
        tWebview.pageAction = pageAction;
262 262
        [tWebview loadTemplate:templatePath data:data];