MYS: add disabled buttons & show name for pro mystery, WIP staging e-receipt
This commit is contained in:
parent
ccbd8f8071
commit
cfb19451ad
27 changed files with 2051 additions and 1238 deletions
|
|
@ -11,17 +11,48 @@
|
|||
; jump
|
||||
If IgnoreCollectPointByMe = 1 Then
|
||||
Var IgnoreCollectPointByMe = 0
|
||||
|
||||
If eReceiptFlag = 1 Then
|
||||
If CountryName = "Malaysia" Then
|
||||
Var RecieptPromptPage = CountryRootPath + "/xml/e_receipt/page_prompt_e_receipt.lxml"
|
||||
DEBUGVAR RecieptPromptPage
|
||||
Open RecieptPromptPage
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
|
||||
If Seeker.CodeChannel = 1 Then
|
||||
If Seeker.CollectPointMain = 0 Then
|
||||
SAVELOG "Seeker.CollectPointMain = 0 Jump!!!"
|
||||
|
||||
If eReceiptFlag = 1 Then
|
||||
If CountryName = "Malaysia" Then
|
||||
Var RecieptPromptPage = CountryRootPath + "/xml/e_receipt/page_prompt_e_receipt.lxml"
|
||||
DEBUGVAR RecieptPromptPage
|
||||
Open RecieptPromptPage
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
If SettingIgnoreCollectPoint = 1 Then
|
||||
|
||||
If eReceiptFlag = 1 Then
|
||||
If CountryName = "Malaysia" Then
|
||||
Var RecieptPromptPage = CountryRootPath + "/xml/e_receipt/page_prompt_e_receipt.lxml"
|
||||
DEBUGVAR RecieptPromptPage
|
||||
Open RecieptPromptPage
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
|
||||
|
|
@ -285,6 +316,15 @@
|
|||
SAVELOG "collect_point1-p107."
|
||||
;Open "ROOT/taobin_project/xml/page_catalog.xml"
|
||||
|
||||
If eReceiptFlag = 1 Then
|
||||
If CountryName = "Malaysia" Then
|
||||
Var RecieptPromptPage = CountryRootPath + "/xml/e_receipt/page_prompt_e_receipt.lxml"
|
||||
DEBUGVAR RecieptPromptPage
|
||||
Open RecieptPromptPage
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
|
|
@ -635,6 +675,16 @@
|
|||
If LuckyDrawCampaign = 1 Then
|
||||
Open "ROOT/taobin_project/xml/sometime/page_campaign_ads_lucky_draw.xml"
|
||||
Else
|
||||
|
||||
If eReceiptFlag = 1 Then
|
||||
If CountryName = "Malaysia" Then
|
||||
Var RecieptPromptPage = CountryRootPath + "/xml/e_receipt/page_prompt_e_receipt.lxml"
|
||||
DEBUGVAR RecieptPromptPage
|
||||
Open RecieptPromptPage
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
</EventClick>
|
||||
|
|
@ -690,6 +740,18 @@
|
|||
|
||||
If ChildrenFree = 1 Then
|
||||
Var Seeker.TNumberTaobinMember = TelephoneNumber
|
||||
|
||||
|
||||
If eReceiptFlag = 1 Then
|
||||
If CountryName = "Malaysia" Then
|
||||
Var RecieptPromptPage = CountryRootPath + "/xml/e_receipt/page_prompt_e_receipt.lxml"
|
||||
DEBUGVAR RecieptPromptPage
|
||||
Open RecieptPromptPage
|
||||
EndIf
|
||||
EndIf
|
||||
|
||||
|
||||
|
||||
Open "ROOT/taobin_project/xml/page_lid_straw.xml"
|
||||
EndIf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue