HKG : New layout 3 langs page_catalog -> page_brewing, Fix x-y text-price, Add Image
This commit is contained in:
parent
a5b3d8c343
commit
d81016e072
130 changed files with 2765 additions and 1935 deletions
|
|
@ -124,6 +124,44 @@
|
|||
Var PictureEnd = "_en.png"
|
||||
EndIf
|
||||
|
||||
If LanguageShow = "MSC" Then
|
||||
Var VideoPath = "/mnt/sdcard/coffeevending/taobin_project/animation01/"
|
||||
Var VideoFileBegin = "TaoBin2_draft02_art"
|
||||
Var VideoFileEnd = ".mp4"
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/image/page_lid_straw_msc"
|
||||
Var BottomText = PicturePath + "text_bottom_msc.png"
|
||||
|
||||
Var lid_straw_bg_iamge = DirImage + "/img4.png"
|
||||
|
||||
If LidState = "Enable" Then
|
||||
Var lid_straw_bg_iamge = DirImage + "/img3.png"
|
||||
EndIf
|
||||
|
||||
Var PicturePath = "/mnt/sdcard/coffeevending/taobin_project/inter/hkg/image/page_doing/"
|
||||
Var PictureBegin = "txt_"
|
||||
Var PictureEnd = "_msc.png"
|
||||
EndIf
|
||||
|
||||
If LanguageShow = "MTC" Then
|
||||
Var VideoPath = "/mnt/sdcard/coffeevending/taobin_project/animation01/"
|
||||
Var VideoFileBegin = "TaoBin2_draft02_art"
|
||||
Var VideoFileEnd = ".mp4"
|
||||
|
||||
Var DirImage = "ROOT/taobin_project/image/page_lid_straw_mtc"
|
||||
Var BottomText = PicturePath + "text_bottom_mtc.png"
|
||||
|
||||
Var lid_straw_bg_iamge = DirImage + "/img4.png"
|
||||
|
||||
If LidState = "Enable" Then
|
||||
Var lid_straw_bg_iamge = DirImage + "/img3.png"
|
||||
EndIf
|
||||
|
||||
Var PicturePath = "/mnt/sdcard/coffeevending/taobin_project/inter/hkg/image/page_doing/"
|
||||
Var PictureBegin = "txt_"
|
||||
Var PictureEnd = "_mtc.png"
|
||||
EndIf
|
||||
|
||||
Else
|
||||
Var VideoPath = "/mnt/sdcard/coffeevending/taobin_project/animation01/"
|
||||
Var VideoFileBegin = "TaoBin2_draft02_art"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue