From 44680d1abb889b1f0fe9f8b779ab77f3e6000d90 Mon Sep 17 00:00:00 2001 From: "@jyuhsin" <729757837@qq.com> Date: Wed, 2 Jul 2025 20:03:16 +0800 Subject: [PATCH] commit --- .../platform/zhghh5/club/apply/index.html | 2 +- .../zhghh5/club/common/clubUserJoin.js | 61 ++++++++ .../platform/zhghh5/club/mine/index.html | 138 +++++++++++++++++- 3 files changed, 196 insertions(+), 5 deletions(-) create mode 100644 src/main/resources/views/platform/zhghh5/club/common/clubUserJoin.js 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 0072498..0ba7a24 100644 --- a/src/main/resources/views/platform/zhghh5/club/apply/index.html +++ b/src/main/resources/views/platform/zhghh5/club/apply/index.html @@ -87,7 +87,7 @@ layout("/layouts/platform_h5.html"){
- + diff --git a/src/main/resources/views/platform/zhghh5/club/common/clubUserJoin.js b/src/main/resources/views/platform/zhghh5/club/common/clubUserJoin.js new file mode 100644 index 0000000..aac5346 --- /dev/null +++ b/src/main/resources/views/platform/zhghh5/club/common/clubUserJoin.js @@ -0,0 +1,61 @@ +const clubUserJoin = { + template: + /*language=HTML*/ + ` +
+ + +
+ 申请信息 +
+
+ {{ viewData.userName }} + {{ viewData.loginName }} + {{ viewData.sex }} + {{ viewData.birthday }} + {{ viewData.mobile }} + {{ viewData.email }} + {{ viewData.unionName }} + {{ viewData.unitName }} + {{ viewData.governmentPosition }} + {{ viewData.technicalTitle }} + {{ viewData.education }} + {{ viewData.academicDegree }} + {{ viewData.sameTimeJoinOtherClubSituation }} + {{ viewData.awardsExperience }} + + + +
+
+ `, + data() { + return { + viewData: {}, + activeName: "first", + isScrollNow: "0" + } + }, + methods: { + onOpen(id) { + this.$axios.post("/platform/club/join/common/info", { id }).then((res) => { + if (res.code === 0) { + this.viewData = res.data + } + }) + } + }, + style: /*language=CSS*/ ` + .more-text .van-field__label{ + width: 100%; + } + .more-text { + display: inline-block; + } + .more-text .van-cell__value{ + text-align: left; + } + ` +} diff --git a/src/main/resources/views/platform/zhghh5/club/mine/index.html b/src/main/resources/views/platform/zhghh5/club/mine/index.html index 0d38974..ce04da4 100644 --- a/src/main/resources/views/platform/zhghh5/club/mine/index.html +++ b/src/main/resources/views/platform/zhghh5/club/mine/index.html @@ -3,27 +3,157 @@ layout("/layouts/platform_h5.html"){ #-->
+ + + + + + +
+ +
+
+ + + + + + + + 查看 + 编辑 + + 撤销 + + + 删除 + + +
+
+
+ +
+ + + + + +
+ +
+