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

chore: update

上级 4195b338
......@@ -72,7 +72,7 @@ export default {
this.$router.push('/my/account')
} else if (item.tag === '2') {
window.open(
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sit-plus/%E6%96%AF%E8%92%82%E6%96%87%E6%96%AF%E7%90%86%E5%B7%A5%E5%AD%A6%E9%99%A2%E5%B7%A5%E7%A8%8B%E7%AE%A1%E7%90%86%E7%A1%95%E5%A3%AB%E4%BF%9D%E7%A0%94%E9%A1%B9%E7%9B%AE%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf?v=1'
'https://webapp-pub.ezijing.com/project/depaul-plus/%E6%96%AF%E8%92%82%E6%96%87%E6%96%AF%E7%90%86%E5%B7%A5%E5%AD%A6%E9%99%A2%E5%B7%A5%E7%A8%8B%E7%AE%A1%E7%90%86%E7%A1%95%E5%A3%AB%E4%BF%9D%E7%A0%94%E9%A1%B9%E7%9B%AE%E6%8B%9B%E7%94%9F%E7%AE%80%E7%AB%A0.pdf?v=1'
)
} else if (item.tag === '3') {
this.$router.push('/about/school')
......
......@@ -9,7 +9,7 @@
<div class="title">
德保罗大学金融学硕士保研项目
</div>
<!-- <img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/marywood_logo.svg" /> -->
<!-- <img src="https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg" /> -->
</nuxt-link>
</div>
<!-- <nuxt-link to="/" class="logo"></nuxt-link> -->
......
......@@ -25,13 +25,15 @@
</div>
<div class="welcome" v-if="welcomeShow">
<div class="inner">
<div class="welcome-close" @click="handleClose"></div>
<!-- <div class="welcome-close" @click="handleClose"></div> -->
<div class="welcome-main">
<img src="https://webapp-pub.ezijing.com/project/application/images/welcome.png" width="350" />
<div class="welcome-content">
<h1>欢迎您报考</h1>
<h2>德保罗大学</h2>
<div class="welcome-button" @click="handleStart">马上开始</div>
<h1>欢迎您报考德保罗大学金融学硕士保研项目</h1>
<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">马上开始</div> -->
</div>
</div>
</div>
......@@ -91,9 +93,9 @@ export default {
const { material, progress } = data
this.material = material
this.progress = progress
const welcomeShowed = window.localStorage.getItem(this.user.id) === 'true'
material.attachments = material.attachments || []
if (!material.attachments.length && !welcomeShowed) {
// const welcomeShowed = window.localStorage.getItem(this.user.id) === 'true'
// material.attachments = material.attachments || []
if (!material.basic_info?.admission_date) {
this.welcomeShow = true
}
} else {
......@@ -134,9 +136,16 @@ export default {
}
this.$router.push('/my/admission')
},
handleStart() {
handleStart(date) {
api.updateApplication({ basic_info: { admission_date: date } }).then(response => {
const { data, error, message } = response
if (error.toString() === '0') {
this.welcomeShow = false
this.createDriver()
} else {
this.$message.error(message)
}
})
},
handleClose() {
this.welcomeShow = false
......@@ -306,9 +315,16 @@ export default {
color: #fff;
line-height: 26px;
}
p {
margin-top: 40px;
font-size: 26px;
font-weight: normal;
color: #fff;
line-height: 26px;
}
}
.welcome-button {
margin-top: 40px;
margin: 20px 10px 0;
display: inline-block;
padding: 10px 32px;
font-size: 20px;
......
......@@ -35,7 +35,7 @@
<section class="section">
<h2 class="title">申请要求</h2>
<ul class="project-content-list">
<li>(一)在读本科大四学生或者本科毕业五年内</li>
<li>(一)在读本科大四学生或者本科毕业。</li>
<li>(二)原则要求GPA3.0以上</li>
<li>(三)英语能力优异</li>
<li>(四)综合素质优异(如学术、获奖经历等)</li>
......@@ -45,10 +45,7 @@
<section class="section">
<h2 class="title">学习安排</h2>
<div class="info">
<img
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sit-plus/study_arrange.png"
style="width:100%"
/>
<img src="https://webapp-pub.ezijing.com/project/depaul-plus/project_study.png" style="width:100%" />
<p>该保研项目总体教学安排为20周,开学时间一般在每年12月中旬。</p>
<p>
注意:该学习安排可能会根据学校安排有所调整,以最终的邮件通知为准
......@@ -115,7 +112,7 @@
<div class="h5-list">
<ul>
<li>
<p>(一)在读本科大四学生或者本科毕业五年内</p>
<p>(一)在读本科大四学生或者本科毕业。</p>
</li>
<li>
<p>(二)原则要求GPA3.0以上</p>
......
......@@ -31,7 +31,7 @@ export default {
fileList: [
{
name: '招生简章',
url: 'https://webapp-pub.ezijing.com/project/depaul-plus/招生简章.pdf'
url: 'https://webapp-pub.ezijing.com/project/depaul-plus/招生简章.png'
},
{
name: '硕士学分模块介绍',
......
......@@ -5,7 +5,7 @@
<div class="content-mian">
<ul class="content-mian_con">
<li class="applyList_con">
<div class="apply_name">在读本科大四学生或者本科毕业五年内</div>
<div class="apply_name">在读本科大四学生或者本科毕业。</div>
</li>
<li class="applyList_con">
<div class="apply_name">原则要求GPA3.0以上</div>
......
......@@ -59,7 +59,7 @@
<!-- <img
class="bottom"
v-else
src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/marywood/h5/return_con.png"
src="https://webapp-pub.ezijing.com/project/marywood/h5/return_con.png"
/> -->
</app-frame>
</template>
......
......@@ -19,17 +19,7 @@
</div>
</div>
<VideoList></VideoList>
<!-- <section class="section">
<div class="swiper-content1">
<div class="swiper-wrapper">
<div class="swiper-slide" v-for="(item, index) in videoData" :key="index">
<video controls :poster="item.img">
<source :src="item.web_img_uri" type="video/mp4" />
</video>
</div>
</div>
</div>
</section> -->
<section class="section">
<h2 class="section_title">师资介绍</h2>
<swiper :options="teacherSwiperOption" class="section_teacher">
......@@ -89,23 +79,7 @@ export default {
return {
popupVisible: false,
videoData: [
{
img: 'https://webapp-pub.ezijing.com/project/depaul-plus/video_sit1.png',
web_img_uri:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sit-plus/SIT%E9%A1%B9%E7%9B%AE%E7%AB%991.mp4'
},
{
img: 'https://webapp-pub.ezijing.com/project/depaul-plus/video_sit2.png',
web_img_uri:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sit-plus/SIT%E9%A1%B9%E7%9B%AE%E7%AB%992.mp4'
},
{
img: 'https://webapp-pub.ezijing.com/project/depaul-plus/video_sit3.png',
web_img_uri:
'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/sit-plus/SIT%E9%A1%B9%E7%9B%AE%E7%AB%993.mp4'
}
],
listData: [
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/depaul-plus/show_1.jpg' },
{ web_img_uri: 'https://webapp-pub.ezijing.com/project/depaul-plus/show_2.jpg' },
......@@ -131,8 +105,12 @@ export default {
}
},
teacherSwiperOption: {
observer: true,
observeParents: true,
slidesPerView: 'auto',
spaceBetween: 28
spaceBetween: 28,
autoplay: { disableOnInteraction: false, pauseOnMouseEnter: true },
loop: true
},
teacherList: [
{
......@@ -204,9 +182,6 @@ export default {
swiper() {
return this.$refs.mySwiper.swiper
},
swiper1() {
return this.$refs.mySwiper1.swiper
},
isMobile() {
return this.$store.state.isMobile
......@@ -219,12 +194,6 @@ export default {
swiperStart() {
this.swiper.autoplay.start()
}
// swiperStop1() {
// this.swiper1.autoplay.stop()
// },
// swiperStart1() {
// this.swiper1.autoplay.start()
// }
}
}
</script>
......@@ -236,6 +205,8 @@ export default {
.img_banner {
width: 100%;
height: 100%;
min-height: 420px;
object-fit: cover;
}
.banner_con {
position: absolute;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论