Commit b103337a authored by 陈子煜's avatar 陈子煜

1

parent eb271aa6
......@@ -48,7 +48,7 @@ export default class GetPrize extends Panel {
const numBg = prize.getChildByName("numBg")
const num = numBg.getChildByName("num")
num.getComponent(Label).string = item.sendCount
num.getComponent(Label).string = `X${item.sendCount}`
})
......
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