From 49db1ab282112f9ed54cdff187d45e78740a0493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Wed, 23 Apr 2025 23:39:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=93=BE=E6=8E=A5=E5=8C=B9?= =?UTF-8?q?=E9=85=8D=E4=BC=AA=E9=9D=99=E6=80=81PageNo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/theme/dedebiz/article_image.htm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/theme/dedebiz/article_image.htm b/src/theme/dedebiz/article_image.htm index e2efb378..62f2c3e7 100644 --- a/src/theme/dedebiz/article_image.htm +++ b/src/theme/dedebiz/article_image.htm @@ -43,7 +43,7 @@ } else if (displaytype == 'st' && namehand != '') { location.href = namehand + "-" + (npage - 1) + shortname; } else { - location.href = "{dede:global.cfg_phpurl/}/view.php?aid={dede:field.id/}&pageno=" + (npage - 1); + location.href = "{dede:global.cfg_phpurl/}/view.php?aid={dede:field.id/}&PageNo=" + (npage - 1); } } } @@ -53,7 +53,7 @@ ShowMsg("没有了哦"); } else { if (displaytype == 'st' && namehand != '') location.href = namehand + "-" + (npage + 1) + shortname; - else location.href = "{dede:global.cfg_phpurl/}/view.php?aid={dede:field.id/}&pageno=" + (npage + 1); + else location.href = "{dede:global.cfg_phpurl/}/view.php?aid={dede:field.id/}&PageNo=" + (npage + 1); } } @@ -81,6 +81,9 @@ {dede:field.writer/} +
{dede:field name='pagestyle' alt='输出不同的图片头信息' runphp='yes'} if (@me==3) {