Commit d2bf15e9 by cocomilk2012

update

parent 773d71a8
Showing with 2 additions and 2 deletions
...@@ -39,12 +39,12 @@ Vue.prototype.closeWebView = function () { ...@@ -39,12 +39,12 @@ Vue.prototype.closeWebView = function () {
} }
); );
} catch (err) { } catch (err) {
console.log("closeWebView is error"); console.log("closeWebView is error",err);
} }
}); });
}); });
} catch (err) { } catch (err) {
console.log("closeWebView is error"); console.log("closeWebView is error",err);
} }
}; };
......
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 sign in to comment