KKSU
2024-12-19 1689b64fe1352a7c7c1ce2a45b16058bf168dd83
refs
author KKSU <15274802129@163.com>
Thursday, December 19, 2024 14:27 +0800
committer KKSU <15274802129@163.com>
Thursday, December 19, 2024 14:27 +0800
commit1689b64fe1352a7c7c1ce2a45b16058bf168dd83
tree 4820d71dd92b07ef6119aaf4eade1f507ad99d8c tree | zip | gz
parent dcd66c909dd1f2400c5338aa77269b9eacf67bf1 view | diff
feat(mall): 会员首页展示会员等级数量

- 新增 AdminVipIndexVo 类用于返回会员等级信息
- 修改 LoginController 中的 login 方法,添加会员等级数量查询逻辑
- 更新 index.html,增加会员等级数量展示区域
- 调整 runVipList.html 中的图片显示逻辑
5 files modified
1 files added
98 ■■■■■ changed files
src/main/java/cc/mrbird/febs/mall/vo/AdminVipIndexVo.java 13 ●●●●● diff | view | raw | blame | history
src/main/java/cc/mrbird/febs/system/controller/LoginController.java 28 ●●●● diff | view | raw | blame | history
src/main/resources/application-dev.yml 2 ●●● diff | view | raw | blame | history
src/main/resources/application.yml 2 ●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/index.html 51 ●●●● diff | view | raw | blame | history
src/main/resources/templates/febs/views/modules/runVip/runVipList.html 2 ●●● diff | view | raw | blame | history