Commit 3ab94d38 authored by limingzhe's avatar limingzhe

fix: debug

parent 90574cb9
...@@ -1252,7 +1252,7 @@ cc.Class({ ...@@ -1252,7 +1252,7 @@ cc.Class({
answerData[key].count += len; answerData[key].count += len;
} }
if ( labelText.length > 1) { if ( labelText.length <= 1) {
answerData[key].isFinish = true; answerData[key].isFinish = true;
} else { } else {
......
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