From eb982b51f7c93c6006be70d979dd444289b116e1 Mon Sep 17 00:00:00 2001 From: xiongxiaoyang <1179705413@qq.com> Date: Sun, 14 May 2023 06:58:42 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=8B=E6=9C=BA=E7=AB=AF=E5=85=85?= =?UTF-8?q?=E5=80=BC=E9=A1=B5=E9=9D=A2=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../novel/controller/PageController.java | 9 + .../resources/templates/mobile/pay/index.html | 212 ++++++++++++++++++ 2 files changed, 221 insertions(+) create mode 100644 novel-front/src/main/resources/templates/mobile/pay/index.html diff --git a/novel-front/src/main/java/com/java2nb/novel/controller/PageController.java b/novel-front/src/main/java/com/java2nb/novel/controller/PageController.java index 48c0587..4c24dae 100644 --- a/novel-front/src/main/java/com/java2nb/novel/controller/PageController.java +++ b/novel-front/src/main/java/com/java2nb/novel/controller/PageController.java @@ -123,6 +123,15 @@ public class PageController extends BaseController { return ThreadLocalUtil.getTemplateDir() + "user/favorites"; } + /** + * 充值页 + */ + @RequestMapping("pay/index.html") + public String pay() { + return ThreadLocalUtil.getTemplateDir() + "pay/index.html"; + } + + /** * 作品页 */ diff --git a/novel-front/src/main/resources/templates/mobile/pay/index.html b/novel-front/src/main/resources/templates/mobile/pay/index.html new file mode 100644 index 0000000..4d35510 --- /dev/null +++ b/novel-front/src/main/resources/templates/mobile/pay/index.html @@ -0,0 +1,212 @@ + + + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + +
+ +
+ + +
+ 充值 +
+ + +
+
+
+
+
+ 充值账号:13560421324    余额:10 屋币 +
+
+
+
选择充值金额
+
  • +
    +
    10元
    1000屋币
    +
    +
  • +
  • +
    +
    30元
    3000屋币
    +
    +
  • +
  • +
    +
    50元
    5000屋币
    +
    +
  • +
  • +
    +
    100元
    10000屋币
    +
    +
  • +
  • +
    +
    200元
    20000屋币
    +
    +
  • +
  • +
    +
    500元
    50000屋币
    +
    +
  • + +
    + +
    + + +
    + + +
    +
    +
    + + + + +
    + + + + + + \ No newline at end of file