diff --git a/controllers/web.py b/controllers/web.py index f55c0b9..cd4f6d6 100644 --- a/controllers/web.py +++ b/controllers/web.py @@ -57,6 +57,7 @@ def web_index(web_name, theme): ctx['pg'] = pg ctx['tid'] = tid ctx['tname'] = tname + print('tid:',tid) try: if vod_id and vod_name: diff --git a/js/version.txt b/js/version.txt index 0691c72..8572a1a 100644 --- a/js/version.txt +++ b/js/version.txt @@ -1 +1 @@ -3.9.41beta20 \ No newline at end of file +3.9.41beta21 \ No newline at end of file diff --git a/static/css/admin.css b/static/css/admin.css index 9b45e0d..f8eca8d 100644 --- a/static/css/admin.css +++ b/static/css/admin.css @@ -491,7 +491,7 @@ a { font-weight: bold; font-size: 1rem; width: 290px; - height: 26; + height: 26px; border-radius: 25px; color: #eeeff9; background-color: rgb(71, 143, 250); diff --git a/templates/admin.html b/templates/admin.html index adff889..fb54922 100644 --- a/templates/admin.html +++ b/templates/admin.html @@ -195,6 +195,16 @@ $('#lives').click(function () { location.href = '/admin/lives' }); + $("summary").click(function() { + // console.log('summary被点击'); + const details = $('details'); + if(details.attr("open")){ + $(this).text('数据列表已隐藏 点击展开详情'); + }else{ + $(this).text('数据列表已展开 点击隐藏详情'); + } + details.click(); + }); }); function getFileSize(fileObj) { diff --git a/templates/cms/mxpro/categoryContent.html b/templates/cms/mxpro/categoryContent.html index f1f2d82..70425f7 100644 --- a/templates/cms/mxpro/categoryContent.html +++ b/templates/cms/mxpro/categoryContent.html @@ -2,9 +2,10 @@ {{ctx.tname}} - {{ctx.web_name}} + - + @@ -23,6 +24,7 @@ + - +
@@ -56,13 +58,13 @@