Commit c62fb202 authored by liujiangnan's avatar liujiangnan

debug

parent 7bb65c0c
...@@ -618,7 +618,7 @@ cc.Class({ ...@@ -618,7 +618,7 @@ cc.Class({
} else if (cc.sys.isNative && cc.sys.os == cc.sys.OS_WINDOWS) { } else if (cc.sys.isNative && cc.sys.os == cc.sys.OS_WINDOWS) {
console.log('汪汪汪') console.log('汪汪汪')
} else { } else {
console.error('非源生环境'); console.error('非源生环境11');
} }
}, },
...@@ -649,7 +649,7 @@ cc.Class({ ...@@ -649,7 +649,7 @@ cc.Class({
script.setProgress(0); script.setProgress(0);
const id = setInterval(() => { const id = setInterval(() => {
console.log('changeObj.value: ', changeObj.value); // console.log('changeObj.value: ', changeObj.value);
script.setProgress(changeObj.value); script.setProgress(changeObj.value);
}, 1); }, 1);
......
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