From adabedc08f5fdf143328c547169dc9d08c32a54e Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 26 Oct 2025 13:49:05 +0800 Subject: [PATCH] bugfix --- wwwroot/newest/channel_show.ui | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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"