wuwangdong пре 4 година
родитељ
комит
d7a6692499

+ 1 - 1
assets/resources/module/speedUpUI/productReward.prefab

@@ -2885,7 +2885,7 @@
         "__uuid__": "d51cece8-b476-4297-9b9e-2e09bdd99a18"
       }
     ],
-    "playOnLoad": false,
+    "playOnLoad": true,
     "_id": ""
   },
   {

+ 1 - 1
assets/script/game/module/speedUpUI/ProductReward.ts

@@ -56,7 +56,7 @@ export default class ProductReward extends cc.Component {
                     this.node_Uncomplete.active = false;
                     this.node_complete.active = true;
                 }
-                this.lbl_progress.string = (com / count).toString();
+                this.lbl_progress.string = `${com}/${count}`;
                 this.sp_taskProgress.fillRange = com / count;
             }