THAI INTER: Fix Page_check_member / Vending machine
This commit is contained in:
parent
01163df0f8
commit
1f8f29f0f6
8 changed files with 140 additions and 118 deletions
|
|
@ -75,9 +75,23 @@
|
|||
Var Menu21Selected2 = "Invisible"
|
||||
|
||||
Var MenuVSelected2 = "Invisible"
|
||||
|
||||
If InternationalEnable = 1 Then
|
||||
If CountryName = "Thailand" Then
|
||||
|
||||
EndIf
|
||||
Else
|
||||
|
||||
EndIf
|
||||
If SpiralOnline = "true" Then
|
||||
If Seeker = "curr" Then
|
||||
Var MenuVSelected2 = "Enable"
|
||||
If InternationalEnable = 1 Then
|
||||
If CountryName = "Thailand" Then
|
||||
;do not thing
|
||||
EndIf
|
||||
Else
|
||||
Var MenuVSelected2 = "Enable"
|
||||
EndIf
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
|
|
@ -192,11 +192,6 @@
|
|||
Var PromotionIDCurrentOrder = 0
|
||||
RootLayoutVisible 3 "show"
|
||||
|
||||
Var ButtonLanguageCurrentXPosition = 1005
|
||||
Var ButtonLanguageCurrentYPosition = 458 - 38
|
||||
|
||||
Var ButtonLanguageListXPosition = 970
|
||||
Var ButtonLanguageListYPosition = 450 - 38
|
||||
</EventOpen>
|
||||
<Timeout> 1000 </Timeout>
|
||||
<EventTimeout>
|
||||
|
|
@ -602,10 +597,17 @@
|
|||
<Volume> SoundVolume </Volume>
|
||||
<EventClick>
|
||||
; eng
|
||||
Var CheckMemberPage = "ROOT/taobin_project/xml/page_check_member.xml"
|
||||
Var CheckMemberPage = "ROOT/taobin_project/xml/page_before_check_member.xml"
|
||||
Open CheckMemberPage
|
||||
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 002005 </ID>
|
||||
<X> 20 </X>
|
||||
<Y> 25 </Y>
|
||||
<Width> 400 </Width>
|
||||
<Height> 72 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
|
|
@ -623,6 +625,13 @@
|
|||
Open "ROOT/taobin_project/xml/page_back_to_topup.xml"
|
||||
|
||||
</EventClick>
|
||||
<Language>
|
||||
<ID> 002004 </ID>
|
||||
<X> 70 </X>
|
||||
<Y> 25 </Y>
|
||||
<Width> 200 </Width>
|
||||
<Height> 72 </Height>
|
||||
</Language>
|
||||
</Button>
|
||||
|
||||
<Button>
|
||||
|
|
@ -789,7 +798,7 @@
|
|||
|
||||
<EventUnitTest6>
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_topup_credit3-TopupQR.xml"
|
||||
Open "ROOT/taobin_project/xml/page_before_check_member.xml"
|
||||
</EventUnitTest6>
|
||||
|
||||
<EventUnitTest7>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue