Commit cf83c380 authored by 杨梦雪's avatar 杨梦雪

11

parent b2abca4b
......@@ -51,7 +51,7 @@
> -->
<!-- 营地通知 消息列表 -->
<el-dialog
<!-- <el-dialog
v-if="!$store.state.human == 1"
style="font-size: 26px"
class="infoList"
......@@ -61,8 +61,6 @@
center
>
<div class="msg" @click="toMsgDetail">
<!-- <el-badge is-dot class="item">数据查询</el-badge> -->
<!-- <el-badge is-dot class="item"> -->
<el-badge is-dot class="item title" >通知栏标题 邀请您的参与</el-badge>
<div class="time">2022-8-1</div>
......@@ -71,13 +69,12 @@
对此,营地工作组严正声明如下:营地工作组从未授权任何单位、媒体、机构或个人举办营利性商业讲座、培训班、训练营或其他形式的营地招生活动。工作组对有违规操作行为的机构或个人保留追究法律责任的权利。
</div>
<!-- </el-badge> -->
</div>
<el-checkbox v-model="checked">不再提示</el-checkbox>
</el-dialog>
</el-dialog> -->
<!-- 营地通知 详情内容 -->
<el-dialog
<!-- <el-dialog
v-if="!$store.state.human == 1"
style="font-size: 26px"
class="info"
......@@ -97,6 +94,31 @@
<div class="btn">
<el-button @click="toBackList">返回营地通知列表</el-button>
</div>
</el-dialog> -->
<!-- 营地通知 详情内容 -->
<el-dialog
v-if="!$store.state.human == 1"
style="font-size: 26px"
class="info"
title="营地声明"
:visible.sync="dialogVisible"
width="520px"
center
>
<div>
&emsp;&emsp;近日,营地工作组收到部分中学师生反映有机构及个人以高出营地费用的价格出售营地活动名额。
对此,营地工作组严正声明如下:营地工作组从未授权任何单位、媒体、机构或个人举办营利性商业讲座、培训班、训练营或其他形式的营地招生活动。工作组对有违规操作行为的机构或个人保留追究法律责任的权利。
</div>
<div>
&emsp;&emsp;希望广大师生以营地招生简章为准,不要轻信有关宣传,以免自身利益受损。如遇类似上述情况,可发送邮件至service@campcenter.cn反映核实。特此声明!
</div>
<div class="btn">
<el-button @click="dialogVisible = false">确 定</el-button>
</div>
</el-dialog>
<!-- <el-dialog
......@@ -184,7 +206,7 @@ export default {
"camp_statement" + this.$store.state.indexIdentity
);
if (!camp_statement) {
this.dialogVisibleList = true; //营地通知列表弹窗
this.dialogVisible = true; //营地通知列表弹窗
window.localStorage.setItem(
"camp_statement" + this.$store.state.indexIdentity,
"1"
......@@ -211,15 +233,15 @@ export default {
},
methods: {
// 营地通知 详情内容
toMsgDetail() {
this.dialogVisibleList = false;
this.dialogVisible = true;
},
// toMsgDetail() {
// this.dialogVisibleList = false;
// this.dialogVisible = true;
// },
// 返回营地通知列表
toBackList() {
this.dialogVisibleList = true;
this.dialogVisible = false;
},
// toBackList() {
// this.dialogVisibleList = true;
// this.dialogVisible = false;
// },
// 上一步回退
lasStep() {
signBack({}).then((res) => {
......
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