Commit 6284182f authored by 陈子煜's avatar 陈子煜

1

parent 6f16e9d0
...@@ -194,6 +194,10 @@ export class BlessingBagPage extends Scene { ...@@ -194,6 +194,10 @@ export class BlessingBagPage extends Scene {
if (item.code == "task_invite"){ if (item.code == "task_invite"){
Label_task_name.getComponent(Label).string = item.title Label_task_name.getComponent(Label).string = item.title
const activeBtn = EarnList.getChildByName("active_btn")
const activeLabel = activeBtn.getChildByName("ActiveLabel")
activeLabel.getComponent(Label).string = "去邀请"
}else{ }else{
Label_task_name.getComponent(Label).string = `${item.title}(${item.completedSize}/${item.intervalLimitSize})` Label_task_name.getComponent(Label).string = `${item.title}(${item.completedSize}/${item.intervalLimitSize})`
} }
......
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