From e841b84a4e73743c8d874729d7c2fdee762c7e90 Mon Sep 17 00:00:00 2001 From: june Date: Sat, 10 Aug 2024 20:32:17 +0800 Subject: [PATCH] =?UTF-8?q?[2024-08-09](UPDATE):=20=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/user.html | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/view/user.html b/view/user.html index 783aae9..45ecbe4 100644 --- a/view/user.html +++ b/view/user.html @@ -83,26 +83,44 @@ +
  • - + + {{if .Data.LeftHasMore}}
  • 1
  • -
  • 2
  • -
  • 3
  • -
  • ...
  • -
  • 9
  • -
  • 10
  • + {{end}} + + {{ range .Data.LeftPages }} +
  • {{.}}
  • + {{end}} + + +
  • {{.Data.CurrentPage}}
  • + + + {{ range .Data.RightPages }} +
  • {{.}}
  • + {{end}} + + {{if .Data.RightHasMore}} +
  • ...
  • +
  • {{.Data.NumPages}}
  • + {{end}} +
  • +
  • 到第
  • 确定
  • +
  • 共 {{.Data.Total}} 条