add image file / drinkok.xml add button

This commit is contained in:
kong 2022-04-17 21:48:43 +07:00
parent 64e9f2b4ab
commit ca374272bd
76 changed files with 1060 additions and 599 deletions

View file

@ -116,10 +116,12 @@
Else
;stop_now
If NETCORE_LOST_CNT > 15 Then
If NETCORE_LOST_CNT > 120 Then
Var stop_now = "true"
Var MachineErrorDetailAll = "???"
Open "ROOT/taobin_project/xml/page_show_error.xml"
SAVELOG "NETCORE_LOST_CNT"
Open "ROOT/taobin_project/xml/page_back_to_error.xml"
EndIf
EndIf
@ -210,7 +212,11 @@
<Volume> SoundVolume </Volume>
<EventClick>
Var NextPage = "-"
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
If new_layout = "true" Then
Open "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
Else
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
EndIf
</EventClick>
</Button>
<Button>
@ -223,7 +229,11 @@
<Volume> SoundVolume </Volume>
<EventClick>
Var NextPage = "-"
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
If new_layout = "true" Then
Open "ROOT/taobin_project/xml/page_catalog_group_recommend.xml"
Else
Open "ROOT/taobin_project/xml/page_catalog_choose_drink1.xml"
EndIf
</EventClick>
</Button>