...
This commit is contained in:
parent
0399161574
commit
fb80b93cb8
2 changed files with 11 additions and 1 deletions
|
|
@ -14,6 +14,8 @@
|
||||||
|
|
||||||
Var IgnoreCollectPointByMe = 0
|
Var IgnoreCollectPointByMe = 0
|
||||||
|
|
||||||
|
Var ChildrenFree = 0
|
||||||
|
|
||||||
|
|
||||||
DEBUGVAR ToppingNewShow
|
DEBUGVAR ToppingNewShow
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@
|
||||||
DEBUGVAR SelectDrink
|
DEBUGVAR SelectDrink
|
||||||
DEBUGVAR PictureDrink
|
DEBUGVAR PictureDrink
|
||||||
|
|
||||||
Var ChildrenFree = 0
|
|
||||||
|
|
||||||
Var SaveProductCodeSelect = "-"
|
Var SaveProductCodeSelect = "-"
|
||||||
Var UserSelectProductCode = "-"
|
Var UserSelectProductCode = "-"
|
||||||
|
|
@ -3349,6 +3349,14 @@
|
||||||
<Volume> SoundVolume </Volume>
|
<Volume> SoundVolume </Volume>
|
||||||
<EventClick>
|
<EventClick>
|
||||||
|
|
||||||
|
If ChildrenFree = 1 Then
|
||||||
|
Var Cid = 33
|
||||||
|
Var PointCrm = "0"
|
||||||
|
Var GetScore = "1"
|
||||||
|
AddData Cid TelNumPromotion IDNum PointCrm GetScore
|
||||||
|
|
||||||
|
EndIf
|
||||||
|
|
||||||
If Seeker = "next" Then
|
If Seeker = "next" Then
|
||||||
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
|
OpenInst 1 "/mnt/sdcard/coffeevending/taobin_project/xml/page_blank.xml"
|
||||||
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
|
Open "ROOT/taobin_project/xml/page_brewing3Conti.xml"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue