Commit 108d4536 authored by liujiangnan's avatar liujiangnan

fix

parent 9a19b31f
...@@ -102,7 +102,9 @@ cc.Class({ ...@@ -102,7 +102,9 @@ cc.Class({
}, },
onDestroy: function () { onDestroy: function () {
LWD_3.event_pump.unReg("adjustUI"); if (LWD_3.event_pump) {
LWD_3.event_pump.unReg("adjustUI");
}
}, },
settopUI: function (s) { settopUI: function (s) {
if (!LWD_3.data_mgr.phoneInfo) { if (!LWD_3.data_mgr.phoneInfo) {
......
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