add reward coupon show page
This commit is contained in:
parent
7f90baacfa
commit
cf14a8bc39
2 changed files with 67 additions and 3 deletions
|
|
@ -10,9 +10,9 @@
|
|||
Var isCoffinPress = "Enable"
|
||||
|
||||
; list of random items
|
||||
Var dis30 = "Discount30"
|
||||
Var dis50 = "Discount50"
|
||||
Var dis100 = "Free1Drink"
|
||||
Var dis30 = "dis30"
|
||||
Var dis50 = "dis50"
|
||||
Var dis100 = "dis100"
|
||||
|
||||
; rate 60%
|
||||
Var couponList[0] = dis30
|
||||
|
|
@ -163,6 +163,10 @@
|
|||
|
||||
DEBUGVAR randResult
|
||||
DEBUGVAR couponList[randResult]
|
||||
|
||||
Var UserCouponReward = couponList[randResult]
|
||||
|
||||
Open "ROOT/taobin_project/xml/event/pepween/page_pepween_result.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -178,6 +182,10 @@
|
|||
|
||||
DEBUGVAR randResult
|
||||
DEBUGVAR couponList[randResult]
|
||||
|
||||
Var UserCouponReward = couponList[randResult]
|
||||
|
||||
Open "ROOT/taobin_project/xml/event/pepween/page_pepween_result.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -193,6 +201,10 @@
|
|||
|
||||
DEBUGVAR randResult
|
||||
DEBUGVAR couponList[randResult]
|
||||
|
||||
Var UserCouponReward = couponList[randResult]
|
||||
|
||||
Open "ROOT/taobin_project/xml/event/pepween/page_pepween_result.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -208,6 +220,10 @@
|
|||
|
||||
DEBUGVAR randResult
|
||||
DEBUGVAR couponList[randResult]
|
||||
|
||||
Var UserCouponReward = couponList[randResult]
|
||||
|
||||
Open "ROOT/taobin_project/xml/event/pepween/page_pepween_result.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
|
||||
|
|
@ -223,6 +239,10 @@
|
|||
|
||||
DEBUGVAR randResult
|
||||
DEBUGVAR couponList[randResult]
|
||||
|
||||
Var UserCouponReward = couponList[randResult]
|
||||
|
||||
Open "ROOT/taobin_project/xml/event/pepween/page_pepween_result.xml"
|
||||
</EventOnClick>
|
||||
</Button>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue