Commit c19c6119 authored by huoshizhe's avatar huoshizhe

feat:

parent 060cdbae
......@@ -343,6 +343,10 @@ cc.Class({
},
log(str) {
console.log(str);
},
showLog(str) {
if (!this.logList) {
this.logList = [];
......
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