Merge branch 'master' of kong:/1TBHDD/ikong/taobin_project

This commit is contained in:
kenta-work 2023-09-28 09:37:04 +07:00
commit 3582fb57e5
4 changed files with 9 additions and 6 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 703 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 KiB

View file

@ -14,19 +14,19 @@
Var dis50 = "Discount50"
Var dis100 = "Free1Drink"
; rate 40%
; rate 60%
Var couponList[0] = dis30
Var couponList[1] = dis30
Var couponList[2] = dis30
Var couponList[3] = dis30
Var couponList[4] = dis30
Var couponList[5] = dis30
Var couponList[4] = dis50
Var couponList[5] = dis50
Var couponList[6] = dis50
Var couponList[7] = dis50
Var couponList[8] = dis50
; rate 20%
Var couponList[8] = dis100
; rate 10%
Var couponList[9] = dis100
; Coffin btn
@ -160,9 +160,12 @@
</Button>
; accept button
; position y not matched in figma; nearly 1776, figma 1406
<Button>
<X> 408 </X>
<Y> 1406 </Y>
<Y> 1776 </Y>
<Width> 286 </Width>
<Height> 92 </Height>
<Filename> "ROOT/taobin_project/image/page_payment/bn_drink.png" </Filename>
<EventOnClick>
; TODO: implement something