add reward coupon show page
This commit is contained in:
parent
7f90baacfa
commit
cf14a8bc39
2 changed files with 67 additions and 3 deletions
44
xml/event/pepween/page_pepween_result.xml
Normal file
44
xml/event/pepween/page_pepween_result.xml
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
<Volume> SoundVolume </Volume>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
|
||||
<EventOpen>
|
||||
Var RewardDisplayDir = "ROOT/taobin_project/image/event/pepween/"
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var RewardDisplay = UserCouponReward + "_en.png"
|
||||
Else
|
||||
Var RewardDisplay = UserCouponReward + "_th.png"
|
||||
EndIf
|
||||
|
||||
DEBUGVAR UserCouponReward
|
||||
DEBUGVAR RewardDisplay
|
||||
|
||||
Var RewardDisplay = RewardDisplayDir + RewardDisplay
|
||||
DEBUGVAR RewardDisplay
|
||||
Var isCoffinPress = "Disable"
|
||||
</EventOpen>
|
||||
|
||||
<Video>
|
||||
<X> 0 </X>
|
||||
<Y> 0 </Y>
|
||||
<Width> 1080</Width>
|
||||
<Height> 380 </Height>
|
||||
<Loop> "true" </Loop>
|
||||
<Filename> video_menu_0 </Filename>
|
||||
</Video>
|
||||
|
||||
;
|
||||
<Button>
|
||||
<X> 0 </X>
|
||||
<Y> 380 </Y>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1540 </Height>
|
||||
<Filename> RewardDisplay </Filename>
|
||||
</Button>
|
||||
|
||||
|
||||
</Popup>
|
||||
Loading…
Add table
Add a link
Reference in a new issue