Commit 16d4dc43 authored by 李维's avatar 李维

Bug fix

parent 5dca3eff
...@@ -768,7 +768,7 @@ export default class GameLogic { ...@@ -768,7 +768,7 @@ export default class GameLogic {
} }
showStar(currentStarIdx, callback) { showStar(currentStarIdx, callback) {
if(this.g_formData.dataArray.length==0) { if(this.g_formData.dataArray.length==1) {
if(callback) { if(callback) {
callback() 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