diff --git a/wwwroot/newest/channel_show.ui b/wwwroot/newest/channel_show.ui index 60f7d1a..90758f9 100644 --- a/wwwroot/newest/channel_show.ui +++ b/wwwroot/newest/channel_show.ui @@ -16,14 +16,14 @@ "options":{ "cwidth":1.5, "cheight":1.5, - "url":"${logo_url}", + "url":"{{c.logo_url}}", "default_url":"/imgs/tv.png" } }, { "widgettype":"Text", "options":{ - "text":"${tv_name}", + "text":"{{c.tv_name}}", "wrap": true, "halign":"left" } @@ -38,13 +38,13 @@ "popup_options":{ "width":"80%", "height":"80%", - "title":"${tv_name}" + "title":"{{c.tv_name}}" }, "options":{ "params":{ - "tv_name": "${tv_name}", - "url":"${url}", - "id":"${id}" + "tv_name": "{{c.tv_name}}", + "url":"{{c.url}}", + "id":"{{c.id}}" }, "method": "POST", "url":"/play.ui"