Commit 01a0c21c authored by wuwangwolihui's avatar wuwangwolihui

营地2.0-整合修改

parent e2bbcf67
...@@ -75,18 +75,20 @@ ...@@ -75,18 +75,20 @@
.el-message-box__title { .el-message-box__title {
color: red; color: red;
} }
.el-message-box__headerbtn {
.el-message-box__close { &:focus,
&:hover { &:hover {
color: var(--color); .el-message-box__close {
color: var(--color);
}
} }
} }
} }
.el-button { .el-button {
&:nth-child(1):hover { &:nth-child(1):hover {
color: #fff; color: var(--color);
background-color: var(--color); background-color: #ffffff;
border-color: var(--color); border-color: var(--color);
opacity: 0.6; opacity: 0.6;
} }
......
src/assets/img/logo_base.png

255 KB | W: | H:

src/assets/img/logo_base.png

2.67 KB | W: | H:

src/assets/img/logo_base.png
src/assets/img/logo_base.png
src/assets/img/logo_base.png
src/assets/img/logo_base.png
  • 2-up
  • Swipe
  • Onion skin
::v-deep .el-dialog {
.el-dialog__header {
.el-dialog__headerbtn {
&:focus,
&:hover {
.el-dialog__close {
color: var(--color);
}
}
}
}
.el-dialog__footer {
.el-button {
&:hover {
color: var(--color);
border-color: var(--color);
background-color: #ffffff;
}
}
.el-button--primary {
border-color: var(--color);
background-color: var(--color);
&:hover {
color: #ffffff;
border-color: var(--color);
background-color: var(--color);
}
}
}
}
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
<img v-if="type==1" :src="all_logo" alt=""/> <img v-if="type==1" :src="all_logo" alt=""/>
<img v-if="type==2" :src="system_logo" alt=""/> <img v-if="type==2" :src="system_logo" alt=""/>
<img v-if="type==3" :src="system_logo" alt="" @click="toRecruit"/> <img v-if="type==3" :src="system_logo" alt="" @click="toRecruit"/>
<img v-if="type==4" :src="system_logo?system_logo:all_logo" alt="" @click="toRecruit"/> <img v-if="type==4" :src="all_logo" alt=""/>
<!--<img v-if="type==4" :src="system_logo?system_logo:all_logo" alt=""/>-->
</div> </div>
<div class="right"> <div class="right">
<el-menu :default-active="$store.state.activeIndex" <el-menu :default-active="$store.state.activeIndex"
...@@ -198,10 +199,12 @@ ...@@ -198,10 +199,12 @@
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
.image img { .image{
// width: 318px; img {
height: 62px; height: 50px;
cursor: pointer; cursor: pointer;
vertical-align: top;
}
} }
.right { .right {
......
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
type: this.type type: this.type
}).then((res) => { }).then((res) => {
if (res.data.code != 200) { if (res.data.code != 200) {
return this.$message.error(res.data.message); return this.$message.error(res.data.msg);
} }
this.activeList = res.data.data; this.activeList = res.data.data;
}) })
......
...@@ -52,11 +52,9 @@ ...@@ -52,11 +52,9 @@
methods: { methods: {
Lasting() { Lasting() {
signBack({}).then((res) => { signBack({}).then((res) => {
console.log(res, "signBack");
if (res.data.code != 200) { if (res.data.code != 200) {
return this.$message.error(res.data.message); return this.$message.error(res.data.message);
} }
// console.log(res.data.status, "signBack.status");
this.signBackStatus = res.data.status; this.signBackStatus = res.data.status;
this.$emit("getstatus", res.data.status); this.$emit("getstatus", res.data.status);
this.$message.success(res.data.message); this.$message.success(res.data.message);
...@@ -64,12 +62,8 @@ ...@@ -64,12 +62,8 @@
}, },
paying() { paying() {
this.$emit("is_next", 1); this.$emit("is_next", 1);
// console.log(is_next);
}, },
signUpInit(status_val) { signUpInit(status_val) {
// console.log(status_val, "11111");
// console.log(isNexts, "2222");
signUpInit({}).then((res) => { signUpInit({}).then((res) => {
console.log(res, "signUpInit"); console.log(res, "signUpInit");
if (res.data.code != 200) { if (res.data.code != 200) {
...@@ -80,13 +74,11 @@ ...@@ -80,13 +74,11 @@
return this.$message.error(res.data.message); return this.$message.error(res.data.message);
} }
this.status = res.data.status; this.status = res.data.status;
console.log(this.status, "11111");
// 点击下一步传值给status,更新 // 点击下一步传值给status,更新
if (status_val != null) { if (status_val != null) {
this.status = status_val; this.status = status_val;
} else { } else {
this.status = res.data.status; this.status = res.data.status;
// console.log(this.status, "11111");
} }
// doubt_code,doubt_info,doubt_check。0为不填写,1为填写 // doubt_code,doubt_info,doubt_check。0为不填写,1为填写
if (this.status == 0) { if (this.status == 0) {
...@@ -101,7 +93,6 @@ ...@@ -101,7 +93,6 @@
this.status = 1; this.status = 1;
} }
} else if (this.status == 2) { } else if (this.status == 2) {
console.log(this.doubt_info, "doubt_info");
// 是否填写个人资料 // 是否填写个人资料
if (this.doubt_info == 0) { if (this.doubt_info == 0) {
this.type = "check"; this.type = "check";
...@@ -122,19 +113,13 @@ ...@@ -122,19 +113,13 @@
} else if (this.status == 4) { } else if (this.status == 4) {
this.type = "check"; this.type = "check";
this.status = 3; this.status = 3;
// console.log(this.status, "this.status ");
// console.log(this.isNexts ,'this.isNexts ')
if (this.isNexts == 1) { if (this.isNexts == 1) {
// console.log(11111);
if (res.data.examine_status == 1) { if (res.data.examine_status == 1) {
console.log(333);
this.type = "pay"; this.type = "pay";
this.status = 4; this.status = 4;
} else if (res.data.examine_status == 2) { } else if (res.data.examine_status == 2) {
this.type = "referInfo"; this.type = "referInfo";
this.status = 2; this.status = 2;
// return this.$message.error(res.data.examine_reason);
} }
} }
} else if (this.status == 5) { } else if (this.status == 5) {
...@@ -162,7 +147,6 @@ ...@@ -162,7 +147,6 @@
}; };
return obj; return obj;
}); });
const code = this.$store.state.indexIdentity;
window.localStorage.setItem("sign_up_file_" + window.localStorage.getItem("index-phone-all"), JSON.stringify(fileList)); //上传的图片 window.localStorage.setItem("sign_up_file_" + window.localStorage.getItem("index-phone-all"), JSON.stringify(fileList)); //上传的图片
} }
}); });
......
...@@ -775,7 +775,8 @@ ...@@ -775,7 +775,8 @@
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@import "a/scss/btn"; @import "a/scss/btn";
@import "a/scss/dialog";
.btn { .btn {
padding-bottom: 0 !important; padding-bottom: 0 !important;
......
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
&emsp;&emsp;希望广大师生以营地招生简章为准,不要轻信有关宣传,以免自身利益受损。如遇类似上述情况,可发送邮件至service@campcenter.cn反映核实。特此声明! &emsp;&emsp;希望广大师生以营地招生简章为准,不要轻信有关宣传,以免自身利益受损。如遇类似上述情况,可发送邮件至service@campcenter.cn反映核实。特此声明!
</div> </div>
<div class="btn"> <div class="btn">
<el-button @click="toBackList">返回营地通知列表</el-button> <el-button type="primary" @click="toBackList">返回营地通知列表</el-button>
</div> </div>
</el-dialog> --> </el-dialog> -->
...@@ -117,7 +117,7 @@ ...@@ -117,7 +117,7 @@
&emsp;&emsp;希望广大师生以营地招生简章为准,不要轻信有关宣传,以免自身利益受损。如遇类似上述情况,可发送邮件至service@campcenter.cn反映核实。特此声明! &emsp;&emsp;希望广大师生以营地招生简章为准,不要轻信有关宣传,以免自身利益受损。如遇类似上述情况,可发送邮件至service@campcenter.cn反映核实。特此声明!
</div> </div>
<div class="btn"> <div class="btn">
<el-button @click="dialogVisible = false">确 定</el-button> <el-button type="primary" @click="dialogVisible = false">确 定</el-button>
</div> </div>
</el-dialog> </el-dialog>
...@@ -144,7 +144,7 @@ ...@@ -144,7 +144,7 @@
<a :href="yingdiHref">查看报名简章</a> <a :href="yingdiHref">查看报名简章</a>
</div> </div>
<div class="btn"> <div class="btn">
<el-button @click="dialogVisible = false">确 定</el-button> <el-button type="primary" @click="dialogVisible = false">确 定</el-button>
</div> </div>
</el-dialog> --> </el-dialog> -->
</div> </div>
...@@ -242,7 +242,6 @@ ...@@ -242,7 +242,6 @@
// 上一步回退 // 上一步回退
lasStep() { lasStep() {
signBack({}).then((res) => { signBack({}).then((res) => {
console.log(res, "signBack");
if (res.data.code != 200) { if (res.data.code != 200) {
return this.$message.error(res.data.message); return this.$message.error(res.data.message);
} }
...@@ -261,14 +260,13 @@ ...@@ -261,14 +260,13 @@
this.signUpInit(this.status_val); this.signUpInit(this.status_val);
}, },
// status=4,跳到审核页面;status=3时,根据doubt_check做判断 // status=4,跳到审核页面;status=3时,根据doubt_check做判断
signUpInit(status_val) { signUpInit(status_val = null) {
signUpInit({}).then((res) => { signUpInit({}).then((res) => {
if (res.data.code != 200) { if (res.data.code != 200) {
return this.$message.error(res.data.message); return this.$message.error(res.data.message);
} }
this.status = res.data.status;
// 点击下一步传值给status,更新 // 点击下一步传值给status,更新
if (status_val != null) { if (status_val && status_val != null && status_val != "") {
this.status = status_val; this.status = status_val;
} else { } else {
this.status = res.data.status; this.status = res.data.status;
...@@ -279,7 +277,6 @@ ...@@ -279,7 +277,6 @@
} else if (this.status == 1) { } else if (this.status == 1) {
// 是否填写邀请码 // 是否填写邀请码
if (this.doubt_code == 0) { if (this.doubt_code == 0) {
this.type = "referInfo"; this.type = "referInfo";
this.status = 2; this.status = 2;
} else { } else {
...@@ -344,7 +341,6 @@ ...@@ -344,7 +341,6 @@
}; };
return obj; return obj;
}); });
// let code = this.$store.state.indexIdentity;
window.localStorage.setItem("sign_up_file_" + window.localStorage.setItem("sign_up_file_" +
window.localStorage.getItem("index-phone-all") + window.localStorage.getItem("index-phone-all") +
code, code,
...@@ -402,9 +398,9 @@ ...@@ -402,9 +398,9 @@
.el-button { .el-button {
width: 120px; width: 120px;
height: 35px; height: 35px;
background: var(--color);
border-radius: 4px; border-radius: 4px;
border-color: var(--color); border-color: var(--color);
background: var(--color);
opacity: 0.8; opacity: 0.8;
line-height: 35px; line-height: 35px;
text-align: center; text-align: center;
...@@ -502,3 +498,7 @@ ...@@ -502,3 +498,7 @@
} }
} }
</style> </style>
<style lang="scss" scoped>
@import "a/scss/dialog";
</style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment