From d85094b2f2480e48eb46b0a8012c0e31932211dc Mon Sep 17 00:00:00 2001
From: = <=>
Date: Fri, 13 Mar 2026 11:25:13 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E4=BC=9A=E6=89=8B=E6=9C=BA=E7=AB=AF?=
=?UTF-8?q?=E6=9F=A5=E7=9C=8B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../plugins/sysFilePreview/H5Index.vue | 201 ++++++++++++++++++
.../resources/views/layouts/platform_h5.html | 2 +
.../platform/zhghh5/club/apply/index.html | 31 ++-
.../platform/zhghh5/club/common/clubInfo.js | 62 ++++++
4 files changed, 295 insertions(+), 1 deletion(-)
create mode 100644 src/main/resources/static/components/plugins/sysFilePreview/H5Index.vue
create mode 100644 src/main/resources/views/platform/zhghh5/club/common/clubInfo.js
diff --git a/src/main/resources/static/components/plugins/sysFilePreview/H5Index.vue b/src/main/resources/static/components/plugins/sysFilePreview/H5Index.vue
new file mode 100644
index 0000000..da51d70
--- /dev/null
+++ b/src/main/resources/static/components/plugins/sysFilePreview/H5Index.vue
@@ -0,0 +1,201 @@
+
+
+
+
+
![]()
+
+
![]()
+
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/main/resources/views/layouts/platform_h5.html b/src/main/resources/views/layouts/platform_h5.html
index 8345ce2..4de2c44 100644
--- a/src/main/resources/views/layouts/platform_h5.html
+++ b/src/main/resources/views/layouts/platform_h5.html
@@ -258,6 +258,7 @@
//挂载
Vue.prototype.$moment = moment
Vue.prototype.$businessTool = businessTool
+ Vue.prototype.$commonUtil = commonUtil
Vue.prototype.$auth = commonUtil.authService()
Vue.prototype.$axios = commonUtil.axiosService()
Vue.prototype.$downLoad = commonUtil.downLoadService.bind(commonUtil)
@@ -277,6 +278,7 @@
Vue.component("enum-tag", httpVueLoader("/components/plugins/sysEnum/EnumTag.vue?v=" + new Date().getTime()))
Vue.component("table-list", httpVueLoader("/components/plugins/h5/TableList.vue?v=" + new Date().getTime()))
Vue.component("table-column", httpVueLoader("/components/plugins/h5/TableColumn.vue?v=" + new Date().getTime()))
+ Vue.component("file-preview", httpVueLoader("/components/plugins/sysFilePreview/H5Index.vue?v=" + new Date().getTime()))
diff --git a/src/main/resources/views/platform/zhghh5/club/apply/index.html b/src/main/resources/views/platform/zhghh5/club/apply/index.html
index 9e39ed4..c1fc316 100644
--- a/src/main/resources/views/platform/zhghh5/club/apply/index.html
+++ b/src/main/resources/views/platform/zhghh5/club/apply/index.html
@@ -113,6 +113,17 @@ layout("/layouts/platform_h5.html"){
class="picker-style"
>
+
@@ -195,15 +206,27 @@ layout("/layouts/platform_h5.html"){
提交申请
+
+
+
+
+
+
+
+