diff --git a/src/main/resources/views/mobile/club/inClub.html b/src/main/resources/views/mobile/club/inClub.html
index 9ef679c..909dfc6 100644
--- a/src/main/resources/views/mobile/club/inClub.html
+++ b/src/main/resources/views/mobile/club/inClub.html
@@ -217,11 +217,11 @@ layout("/mobile/platform.html"){
-
- 查看
-
+
+ 查看
+
撤回申请
@@ -233,6 +233,10 @@ layout("/mobile/platform.html"){
+
+ 查看
+
撤回
@@ -470,7 +474,7 @@ layout("/mobile/platform.html"){
async inviteNotAgree(o) {
const confirm = await vant.Dialog.confirm({
title: '提示',
- message: '您确定要不同意的' + o.name + '的入会邀请吗?',
+ message: '您确定要不同意' + o.name + '的入会邀请吗?',
})
if (confirm === "confirm") {
const resp = await $.post('/platform/sys/club/sq/inviteNotAgree', {clubId: o.id})