Commit 93f36b4b by 冷斌

fix bug

parent 5c485ee8
...@@ -232,7 +232,7 @@ ...@@ -232,7 +232,7 @@
return false return false
} else { } else {
//child.is_free != 1 || //child.is_free != 1 ||
return this.isFree(); return this.price == 0;
} }
} }
}, },
......
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