update something
This commit is contained in:
parent
f02028d22a
commit
c1a02871d4
30 changed files with 4688 additions and 3838 deletions
|
|
@ -0,0 +1,51 @@
|
|||
|
||||
|
||||
; Request
|
||||
; - Product Code
|
||||
; - ** topping.
|
||||
; - TelephoneNumber
|
||||
; - Market Code
|
||||
; -
|
||||
|
||||
; Set
|
||||
; - Amount 0 baht
|
||||
;
|
||||
|
||||
<Popup>
|
||||
<Cache> "Enable" </Cache>
|
||||
<Width> 1080 </Width>
|
||||
<Height> 1920 </Height>
|
||||
;<Background> "0xeae6e1" </Background>
|
||||
<Volume> SoundVolume </Volume>
|
||||
<EventOpen>
|
||||
|
||||
SAVELOG "======================================= page_payment_pack_and_send.xml ================================"
|
||||
; On open
|
||||
|
||||
|
||||
Var ProcessCupDebugText = ""
|
||||
Var TimeOutSmoothiesProcess = 3
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
||||
;SAVELOG SoundPlaying
|
||||
|
||||
If TimeOutSmoothiesProcess > 0 Then
|
||||
Var TimeOutSmoothiesProcess = countDownRetrun - 1
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
If TimeOutSmoothiesProcess = 0 Then
|
||||
Open "ROOT/taobin_project/xml/page_back_to_main.xml"
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
Refresh
|
||||
TimerReset
|
||||
</EventTimeout>
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue