Commit b30be6fa authored by limingzhe's avatar limingzhe

fix: debug

parent f263dfc5
...@@ -842,6 +842,8 @@ cc.Class({ ...@@ -842,6 +842,8 @@ cc.Class({
// write_regions : [] // write_regions : []
let lineType = 1;
let circleSize = 1;
const para = { const para = {
"library_id": "iplayabc", "library_id": "iplayabc",
...@@ -853,6 +855,9 @@ cc.Class({ ...@@ -853,6 +855,9 @@ cc.Class({
"write_regions": writeRegions, "write_regions": writeRegions,
"circle_regions": circleRegions, "circle_regions": circleRegions,
"line_regions": lineRegions, "line_regions": lineRegions,
lineType,
circleSize
} }
......
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