From 7c8f0e18e2afec85e41a9e7971af7297a8d77ab8 Mon Sep 17 00:00:00 2001
From: fengachen <373943794@qq.com>
Date: Wed, 20 Oct 2021 19:28:07 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=20=E5=9B=BD=E9=99=85?=
=?UTF-8?q?=E7=A0=94=E8=AE=A8=E4=BC=9A=E5=8F=82=E4=BC=9A=E6=83=85=E5=86=B5?=
=?UTF-8?q?=E7=9A=84=E6=8B=86=E6=9F=A5=E8=AF=A2?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../incomePayments/meetManage/Attendance.vue | 8 +-
.../meetManage/OtherMeetingForm.vue | 87 ++++++++++---------
src/views/signUp/SignUpEntrance.vue | 2 +-
src/views/signUp/SignUpPage.vue | 8 +-
4 files changed, 58 insertions(+), 47 deletions(-)
diff --git a/src/views/incomePayments/meetManage/Attendance.vue b/src/views/incomePayments/meetManage/Attendance.vue
index 74e3804..dd049d5 100644
--- a/src/views/incomePayments/meetManage/Attendance.vue
+++ b/src/views/incomePayments/meetManage/Attendance.vue
@@ -154,7 +154,7 @@
-
@@ -624,6 +624,12 @@ export default {
}
},
methods: {
+ selectIdentity(){
+ console.log(this.queryParam.identity)
+ if(this.queryParam.identity !== '1'){
+ delete this.queryParam.guestType
+ }
+ },
/*
* 审核
* */
diff --git a/src/views/incomePayments/meetManage/OtherMeetingForm.vue b/src/views/incomePayments/meetManage/OtherMeetingForm.vue
index 2e83492..bb78d1a 100644
--- a/src/views/incomePayments/meetManage/OtherMeetingForm.vue
+++ b/src/views/incomePayments/meetManage/OtherMeetingForm.vue
@@ -28,6 +28,49 @@
+
+ 缴费信息
+
+
+
+
+ 汇款
+ 线上缴费
+ 打包
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
邮寄信息
@@ -66,49 +109,7 @@
-
-
-
- 缴费信息
-
-
-
-
- 汇款
- 线上缴费
- 打包
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
diff --git a/src/views/signUp/SignUpEntrance.vue b/src/views/signUp/SignUpEntrance.vue
index f60f157..83522e6 100644
--- a/src/views/signUp/SignUpEntrance.vue
+++ b/src/views/signUp/SignUpEntrance.vue
@@ -26,7 +26,7 @@
- {{ currentMeetingInfo.directorName }}
+ {{ currentMeetingInfo.directorName }} {{currentMeetingInfo.directorPhone}}
diff --git a/src/views/signUp/SignUpPage.vue b/src/views/signUp/SignUpPage.vue
index ac852fe..4a2e48c 100644
--- a/src/views/signUp/SignUpPage.vue
+++ b/src/views/signUp/SignUpPage.vue
@@ -36,7 +36,7 @@
- {{ currentMeetingInfo.directorName }}
+ {{ currentMeetingInfo.directorName }}({{ currentMeetingInfo.directorPhone }})
@@ -146,7 +146,7 @@
-
+
参会人
@@ -324,6 +324,8 @@ export default {
codeErrorBool: true,
// 是否是打包
isPackBool:false,
+ // 国际研讨会身份的控制
+ identityBool:false,
url: {
add: '/meeting/payMeetingSituation/signUp'
}
@@ -549,8 +551,10 @@ export default {
// 选择是说明身份是嘉宾
this.identifyType = 1
this.inviteCodeBool = true
+ this.identityBool = false
} else if (e.target.value === 0) {
this.inviteCodeBool = false
+ this.identityBool = true
// 选的否 身份置空
this.identifyType = null
this.$nextTick(() => {