bugfix
This commit is contained in:
parent
a7a309791b
commit
adabedc08f
@ -16,14 +16,14 @@
|
|||||||
"options":{
|
"options":{
|
||||||
"cwidth":1.5,
|
"cwidth":1.5,
|
||||||
"cheight":1.5,
|
"cheight":1.5,
|
||||||
"url":"${logo_url}",
|
"url":"{{c.logo_url}}",
|
||||||
"default_url":"/imgs/tv.png"
|
"default_url":"/imgs/tv.png"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"widgettype":"Text",
|
"widgettype":"Text",
|
||||||
"options":{
|
"options":{
|
||||||
"text":"${tv_name}",
|
"text":"{{c.tv_name}}",
|
||||||
"wrap": true,
|
"wrap": true,
|
||||||
"halign":"left"
|
"halign":"left"
|
||||||
}
|
}
|
||||||
@ -38,13 +38,13 @@
|
|||||||
"popup_options":{
|
"popup_options":{
|
||||||
"width":"80%",
|
"width":"80%",
|
||||||
"height":"80%",
|
"height":"80%",
|
||||||
"title":"${tv_name}"
|
"title":"{{c.tv_name}}"
|
||||||
},
|
},
|
||||||
"options":{
|
"options":{
|
||||||
"params":{
|
"params":{
|
||||||
"tv_name": "${tv_name}",
|
"tv_name": "{{c.tv_name}}",
|
||||||
"url":"${url}",
|
"url":"{{c.url}}",
|
||||||
"id":"${id}"
|
"id":"{{c.id}}"
|
||||||
},
|
},
|
||||||
"method": "POST",
|
"method": "POST",
|
||||||
"url":"/play.ui"
|
"url":"/play.ui"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user