free from problem,credit with cash qr
This commit is contained in:
parent
6c68e86ca1
commit
0eb70b24f7
12 changed files with 212 additions and 26 deletions
|
|
@ -9,11 +9,43 @@
|
|||
; On open
|
||||
|
||||
Var TNumberTaobinMember = ""
|
||||
|
||||
|
||||
If TelephoneNumberProblem = "" Then
|
||||
|
||||
Else
|
||||
Open "ROOT/taobin_project/xml/page_drinkfail2-2.xml"
|
||||
|
||||
Var NumberFailed = "true"
|
||||
CHECKNUMBERFAIL TelephoneNumberProblem NumberFailed
|
||||
|
||||
If ERROR_PAY_TIMEOUT = "false" Then
|
||||
|
||||
If NumberFailed = "false" Then
|
||||
|
||||
If show_eng = "true" Then
|
||||
Var TextErrorShow = ERROR_BREW_CAUSE_ENG
|
||||
Else
|
||||
If show_japan = "true" Then
|
||||
Var TextErrorShow = ERROR_BREW_CAUSE_JAPAN
|
||||
Else
|
||||
Var TextErrorShow = ERROR_BREW_CAUSE_THAI
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_drinkfail4.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_drinkfail2-2.xml"
|
||||
|
||||
Else
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_drinkfail2-2.xml"
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
EndIf
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue