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