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

Bug fix

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