Commit 4b1361e4 authored by 范雪寒's avatar 范雪寒

test: logs

parent 27589fa0
...@@ -3,6 +3,7 @@ cc.Class({ ...@@ -3,6 +3,7 @@ cc.Class({
properties: {}, properties: {},
getData(callBack) { getData(callBack) {
this.showLog('getData');
const uri = 'syllabus/v1/getdata'; const uri = 'syllabus/v1/getdata';
const data = { const data = {
syllabusid: this.syllabus_id syllabusid: this.syllabus_id
......
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