提交 25c9146d authored 作者: 王鹏飞's avatar 王鹏飞

chore: 报名移除入学日期

上级 cca44386
...@@ -24,14 +24,14 @@ ...@@ -24,14 +24,14 @@
</div> </div>
<div class="welcome" v-if="welcomeShow"> <div class="welcome" v-if="welcomeShow">
<div class="inner"> <div class="inner">
<!-- <div class="welcome-close" @click="handleClose"></div> --> <div class="welcome-close" @click="handleClose"></div>
<div class="welcome-main"> <div class="welcome-main">
<img src="https://webapp-pub.ezijing.com/project/application/images/welcome.png" width="350" /> <img src="https://webapp-pub.ezijing.com/project/application/images/welcome.png" width="350" />
<div class="welcome-content"> <div class="welcome-content">
<h1>欢迎报名数字领导力企业家学者DBA项目</h1> <h1>欢迎报名数字领导力企业家学者DBA项目</h1>
<h2>请选择您的入学日期</h2> <!-- <h2>请选择您的入学日期</h2>
<div class="welcome-button" @click="handleStart('2023年春季')">2023年春季</div> <div class="welcome-button" @click="handleStart('2023年春季')">2023年春季</div>
<div class="welcome-button" @click="handleStart('2023年秋季')">2023年秋季</div> <div class="welcome-button" @click="handleStart('2023年秋季')">2023年秋季</div> -->
</div> </div>
</div> </div>
</div> </div>
...@@ -90,9 +90,9 @@ export default { ...@@ -90,9 +90,9 @@ export default {
const { material, progress } = data const { material, progress } = data
this.material = material this.material = material
this.progress = progress this.progress = progress
// const welcomeShowed = window.localStorage.getItem(this.user.id) === 'true' const welcomeShowed = window.localStorage.getItem(this.user.id) === 'true'
// material.attachments = material.attachments || [] material.attachments = material.attachments || []
if (!material.basic_info?.admission_date) { if (!material.attachments.length && !welcomeShowed) {
this.welcomeShow = true this.welcomeShow = true
} }
} else { } else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论