Commit e23c619e authored by haiyoucuv's avatar haiyoucuv

init

parent 4ec847a3
......@@ -105,7 +105,7 @@ export class PropPage extends Scene {
this.content.addChild(prize)
const prizeName = prize.getChildByName("prizeName")
prizeName.getComponent(Label).string = item.spName
prizeName.getComponent(Label).string = item.optionName
const prizeimg = prize.getChildByName("prize")
prizeimg.getComponent(Sprite).spriteFrame = item.optionImg
......
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