Commit a42176be authored by 范雪寒's avatar 范雪寒

test: showlog

parent 6e6a6831
...@@ -9,6 +9,7 @@ cc.Class({ ...@@ -9,6 +9,7 @@ cc.Class({
const data = { const data = {
courseid: course_id courseid: course_id
}; };
this.showLog('course_id = ' + JSON.stringify(course_id));
console.log('data = ' + JSON.stringify(data)); console.log('data = ' + JSON.stringify(data));
this.callNetworkApiGet(uri, data, callBack); this.callNetworkApiGet(uri, data, callBack);
}, },
......
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