taobin_project/spiral/xml/page_spiral_thankyou_qr.xml
2024-11-14 11:32:47 +07:00

83 lines
1.5 KiB
XML

<Popup>
<Cache> "Enable" </Cache>
<Width> 1080 </Width>
<Height> 1920 </Height>
<Background> "0xeae6e1" </Background>
;<Sound> "ROOT/taobin_project/sounds/chaching.mp3" </Sound>
<Volume> SoundVolume </Volume>
<EventOpen>
Var waitAckPay = 0
Var Timeout = 0
Var ServiceType = "locker"
Var ServiceCharge = 0
If TelephoneNumber = "" Then
Var TelephoneNumber = "0899999999"
EndIf
Var Donate = ""
Var SuggestID = "CRM00A00P000"
Var SessionID3 = "locker4/"
Var SessionID4 = ""
Var VendingCampaign = IntVendingCampaign
Var CreditReference = Seeker.CreditReferenceT
Var PayType = ""
Var PayOk = 0
Var ChangeFlag = 0
Var ChangeTimeout = 0
Var GotoStoreCredit0 = 0
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
Var Timeout = Timeout + 1
If Timeout = 3 Then
Var Canout = CoinAmount
If Canout > 0 Then
Var GotoStoreCredit0 = 1
Var StoreCreditAmount = Canout
EndIf
If GotoStoreCredit0 = 1 Then
Open "ROOT/taobin_project/spiral/xml/page_spiral_payment_storeCredit0.xml"
Else
Var ChangeOK = 3
Open "ROOT/taobin_project/spiral/xml/page_spiral_thankyou.xml"
EndIf
EndIf
Refresh
TimerReset
</EventTimeout>
<Image>
<X> 89 </X>
<Y> 700 </Y>
<Width> 902 </Width>
<Height> 902 </Height>
<Filename> "ROOT/taobin_project/spiral/image/page_spiral/thankyou.png" </Filename>
</Image>
;include="ROOT/taobin_project/inc/video.inc"
;<Text>
;<X> 492 </X>
;<Y> 1121 </Y>
;<Width>150</Width>
;<Size> 60 </Size>
;<Font> KanitTTF </Font>
;<Color> 0xB78F24 </Color>
;<Value> Timeout </Value>
;</Text>
</Popup>