提交 cf9ca98b authored 作者: lihuihui's avatar lihuihui

update

上级 eec9310f
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
}, },
{ {
name: '课程与师资', name: '课程与师资',
path: '/about/course',
childern: [ childern: [
{ {
name: '课程设置', name: '课程设置',
...@@ -99,6 +100,7 @@ ...@@ -99,6 +100,7 @@
}, },
{ {
name: '最新动态', name: '最新动态',
path: '/news/hot',
childern: [ childern: [
{ {
name: '热点新闻', name: '热点新闻',
...@@ -114,6 +116,7 @@ ...@@ -114,6 +116,7 @@
}, },
{ {
name: '报名申请', name: '报名申请',
path: '/apply/relevant',
childern: [ childern: [
{ {
name: '有关申请', name: '有关申请',
...@@ -134,6 +137,7 @@ ...@@ -134,6 +137,7 @@
}, },
{ {
name: '校友风采', name: '校友风采',
path: '/alumni/outstanding',
childern: [ childern: [
{ {
name: '杰出校友', name: '杰出校友',
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
page: 1, page: 1,
per_page: 100, per_page: 100,
type: 69, type: 69,
project_id: 1013 project_id: 1001
} }
this.listData = await this.$axios.$get('/api/zws/v1/cms/news', { params }).then(res => { this.listData = await this.$axios.$get('/api/zws/v1/cms/news', { params }).then(res => {
return res return res
......
...@@ -30,8 +30,8 @@ export default { ...@@ -30,8 +30,8 @@ export default {
const params = { const params = {
page: 1, page: 1,
per_page: 100, per_page: 100,
type: 71, type: 80,
project_id: 1013 project_id: 1001
} }
await this.$axios.$get('/api/zws/v1/cms/news', { params }).then(res => { await this.$axios.$get('/api/zws/v1/cms/news', { params }).then(res => {
res.map((item, index) => { res.map((item, index) => {
...@@ -56,7 +56,10 @@ export default { ...@@ -56,7 +56,10 @@ export default {
titleParams: { titleParams: {
name: '最新动态', name: '最新动态',
more: { more: {
path: '/news/hot' path: '/news/hot',
query: {
type: 80
}
} }
} }
} }
......
...@@ -51,8 +51,8 @@ export default { ...@@ -51,8 +51,8 @@ export default {
const params = { const params = {
page: 1, page: 1,
per_page: 100, per_page: 100,
type: 71, type: 72,
project_id: 1013 project_id: 1001
} }
this.listData = await this.$axios.$get('/api/zws/v1/cms/news', { params }).then(res => { this.listData = await this.$axios.$get('/api/zws/v1/cms/news', { params }).then(res => {
return res return res
......
...@@ -88,7 +88,7 @@ export default { ...@@ -88,7 +88,7 @@ export default {
label: '博士' label: '博士'
}], }],
form: { form: {
// years: '', years: '',
degree: '', degree: '',
name: '', name: '',
phone: '', phone: '',
...@@ -99,10 +99,7 @@ export default { ...@@ -99,10 +99,7 @@ export default {
titleParams: { titleParams: {
name: '师生风采', name: '师生风采',
more: { more: {
path: '/', path: '/alumni/sharing'
query: {
id: 1
}
} }
}, },
listData: [], listData: [],
...@@ -125,8 +122,8 @@ export default { ...@@ -125,8 +122,8 @@ export default {
const params = { const params = {
page: 1, page: 1,
per_page: 100, per_page: 100,
type: 70, type: 81,
project_id: 1013 project_id: 1001
} }
this.listData = await this.$axios.$get('/api/zws/v1/cms/news', { params }).then(res => { this.listData = await this.$axios.$get('/api/zws/v1/cms/news', { params }).then(res => {
console.log(params) console.log(params)
...@@ -173,10 +170,9 @@ export default { ...@@ -173,10 +170,9 @@ export default {
// this.swiper.autoplay.start() // this.swiper.autoplay.start()
}, },
goPage(item) { goPage(item) {
console.log(1123)
if (item.source === '') { if (item.source === '') {
this.$router.push({ this.$router.push({
path: '/about/news-detail', path: '/alumni/detail',
query: { query: {
id: item.id id: item.id
} }
......
...@@ -32,7 +32,7 @@ export default { ...@@ -32,7 +32,7 @@ export default {
{ {
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon1.png', icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon1.png',
iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon-s1.png', iconActive: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon-s1.png',
text: '全方位的金融职业<br />教育课程体系', path: 'https://x.ezijing.com', pathType: 0 text: '全方位的金融职业<br />教育课程体系', path: '', pathType: 0
}, },
{ {
icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon2.png', icon: 'https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/home-icon2.png',
...@@ -60,7 +60,7 @@ export default { ...@@ -60,7 +60,7 @@ export default {
methods: { methods: {
goPage(path) { goPage(path) {
if (path === '') { if (path === '') {
this.$message('暂未开通,尽请期待。') // this.$message('暂未开通,尽请期待。')
return return
} }
window.open(path) window.open(path)
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<p><el-input v-model="formInfo.phone" placeholder="请输入您的电话" size="small"></el-input></p> <p><el-input v-model="formInfo.phone" placeholder="请输入您的电话" size="small"></el-input></p>
<!-- <p><el-input v-model="projectName" size="small" :readonly="true"></el-input></p> --> <!-- <p><el-input v-model="projectName" size="small" :readonly="true"></el-input></p> -->
<p> <p>
<select name="" id="" v-model="formInfo.projectId"> <select name="" id="" v-model="formInfo.projectId" disabled>
<option :value="item.value" v-for="(item, index) in projectList" :key="index">{{ item.label }}</option> <option :value="item.value" v-for="(item, index) in projectList" :key="index">{{ item.label }}</option>
</select> </select>
<span class="icon el-icon-arrow-down"></span> <span class="icon el-icon-arrow-down"></span>
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<p><el-button style="width: 100%" @click="submitEnroll">立即报名</el-button></p> <p><el-button style="width: 100%" @click="submitEnroll">立即报名</el-button></p>
</div> </div>
<div class="wx_cont" v-show="tabBtnTarget === 'wx'"> <div class="wx_cont" v-show="tabBtnTarget === 'wx'">
<h5>扫描关注微信公众号</h5> <h5>关注我们</h5>
<img src="https://zws-imgs-pub.ezijing.com/static/public/d2d9945d598e81c3b58aff5ce927a78a.jpg" /> <img src="https://zws-imgs-pub.ezijing.com/static/public/d2d9945d598e81c3b58aff5ce927a78a.jpg" />
</div> </div>
</div> </div>
...@@ -62,13 +62,13 @@ export default { ...@@ -62,13 +62,13 @@ export default {
return { return {
tabBtnActive: false, tabBtnActive: false,
tabBtnTarget: '', tabBtnTarget: '',
projectName: '金融工商管理硕士', projectName: '金融硕士',
sendCode: '', sendCode: '',
isBtnDisabled: false, isBtnDisabled: false,
formInfo: { formInfo: {
name: '', name: '',
phone: '', phone: '',
projectId: '1000' projectId: '1001'
}, },
projectList: [ projectList: [
{label:'金融工商管理硕士', value: '1000'}, {label:'金融工商管理硕士', value: '1000'},
......
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
其他对本项目有兴趣并自身优异者 其他对本项目有兴趣并自身优异者
</div> </div>
</div> </div>
<img src="https://webapp-pub.oss-cn-beijing.aliyuncs.com/project/kelley/apply-img.png" alt="">
</div> </div>
</app-frame> </app-frame>
</div> </div>
...@@ -55,6 +56,11 @@ export default { ...@@ -55,6 +56,11 @@ export default {
width: 1200px; width: 1200px;
margin: 0 auto; margin: 0 auto;
.content-box{ .content-box{
img{
width: 900px;
margin: 58px auto 0;
display: block;
}
padding-top: 46px; padding-top: 46px;
padding-bottom: 106px; padding-bottom: 106px;
.text-content{ .text-content{
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
10月16日上午,由紫荆教育、印第安纳大学KELLEY商学院主办,中国教育发展战略学会支持的2020(第七届)紫荆·国际金融人才论坛暨“中国未来金融领袖计划”新闻发布会在北京威斯汀酒店举行,权威大咖云集,观点激荡碰撞出独家思想盛宴。紫荆教育董事长张博、资深副总裁金梅,全国社会保障基金理事会原副理事长、中国基金业协会母基金专委会主席王忠民,中国银行业协会东方银行业高级管理人员研修院院长助理唐绍云,中国教育发展战略学会教育认证专业委员会秘书长顾占春,清华大学公共管理学院中国公共领导力中心副主任于永达,清华大学五道口金融学院业界导师、香港致富证券首席经济学家肇越,天风证券首席风险官王勇,人民网、新华网、新浪网、凤凰网、搜狐视频、网易网等媒体朋友参加了论坛。 10月16日上午,由紫荆教育、印第安纳大学KELLEY商学院主办,中国教育发展战略学会支持的2020(第七届)紫荆·国际金融人才论坛暨“中国未来金融领袖计划”新闻发布会在北京威斯汀酒店举行,权威大咖云集,观点激荡碰撞出独家思想盛宴。紫荆教育董事长张博、资深副总裁金梅,全国社会保障基金理事会原副理事长、中国基金业协会母基金专委会主席王忠民,中国银行业协会东方银行业高级管理人员研修院院长助理唐绍云,中国教育发展战略学会教育认证专业委员会秘书长顾占春,清华大学公共管理学院中国公共领导力中心副主任于永达,清华大学五道口金融学院业界导师、香港致富证券首席经济学家肇越,天风证券首席风险官王勇,人民网、新华网、新浪网、凤凰网、搜狐视频、网易网等媒体朋友参加了论坛。
<img src="https://zws-imgs-pub.ezijing.com/static/public/c563a1e422b67a14b9fb22ea86d56e0b.png" alt=""> --> <img src="https://zws-imgs-pub.ezijing.com/static/public/c563a1e422b67a14b9fb22ea86d56e0b.png" alt=""> -->
</div> </div>
<!-- <div class="recommend-content"> <div class="recommend-content">
<div class="titles"> <div class="titles">
<div class="line"></div> <div class="line"></div>
<div class="text">相关推荐</div> <div class="text">相关推荐</div>
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</li> </li>
</ul> </ul>
</div> </div>
<div class="more-btn" @click="$router.push({ path: '/about/news' })">查看更多</div> --> <div class="more-btn" @click="$router.push({ path: '/news/hot' })">查看更多</div>
</div> </div>
</app-frame> </app-frame>
</div> </div>
...@@ -63,8 +63,8 @@ export default { ...@@ -63,8 +63,8 @@ export default {
const params = { const params = {
page: 1, page: 1,
per_page: 100, per_page: 100,
type: 74, type: 80,
project_id: 1013 project_id: 1001
} }
this.listData = await this.$axios.$get('/api/zws/v1/cms/news', { params }).then(res => { this.listData = await this.$axios.$get('/api/zws/v1/cms/news', { params }).then(res => {
return res.filter((item, index) => { return res.filter((item, index) => {
......
...@@ -17,8 +17,8 @@ export default { ...@@ -17,8 +17,8 @@ export default {
const params = { const params = {
page: 1, page: 1,
per_page: 100, per_page: 100,
type: this.$route.query.type || 74, type: this.$route.query.type || 80,
project_id: 1013 project_id: 1001
} }
this.newsList = await this.$axios.$get('/api/zws/v1/cms/news', { params }).then(res => { this.newsList = await this.$axios.$get('/api/zws/v1/cms/news', { params }).then(res => {
return res return res
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
10月16日上午,由紫荆教育、印第安纳大学KELLEY商学院主办,中国教育发展战略学会支持的2020(第七届)紫荆·国际金融人才论坛暨“中国未来金融领袖计划”新闻发布会在北京威斯汀酒店举行,权威大咖云集,观点激荡碰撞出独家思想盛宴。紫荆教育董事长张博、资深副总裁金梅,全国社会保障基金理事会原副理事长、中国基金业协会母基金专委会主席王忠民,中国银行业协会东方银行业高级管理人员研修院院长助理唐绍云,中国教育发展战略学会教育认证专业委员会秘书长顾占春,清华大学公共管理学院中国公共领导力中心副主任于永达,清华大学五道口金融学院业界导师、香港致富证券首席经济学家肇越,天风证券首席风险官王勇,人民网、新华网、新浪网、凤凰网、搜狐视频、网易网等媒体朋友参加了论坛。 10月16日上午,由紫荆教育、印第安纳大学KELLEY商学院主办,中国教育发展战略学会支持的2020(第七届)紫荆·国际金融人才论坛暨“中国未来金融领袖计划”新闻发布会在北京威斯汀酒店举行,权威大咖云集,观点激荡碰撞出独家思想盛宴。紫荆教育董事长张博、资深副总裁金梅,全国社会保障基金理事会原副理事长、中国基金业协会母基金专委会主席王忠民,中国银行业协会东方银行业高级管理人员研修院院长助理唐绍云,中国教育发展战略学会教育认证专业委员会秘书长顾占春,清华大学公共管理学院中国公共领导力中心副主任于永达,清华大学五道口金融学院业界导师、香港致富证券首席经济学家肇越,天风证券首席风险官王勇,人民网、新华网、新浪网、凤凰网、搜狐视频、网易网等媒体朋友参加了论坛。
<img src="https://zws-imgs-pub.ezijing.com/static/public/c563a1e422b67a14b9fb22ea86d56e0b.png" alt=""> --> <img src="https://zws-imgs-pub.ezijing.com/static/public/c563a1e422b67a14b9fb22ea86d56e0b.png" alt=""> -->
</div> </div>
<!-- <div class="recommend-content"> <div class="recommend-content">
<div class="titles"> <div class="titles">
<div class="line"></div> <div class="line"></div>
<div class="text">相关推荐</div> <div class="text">相关推荐</div>
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
</li> </li>
</ul> </ul>
</div> </div>
<div class="more-btn" @click="$router.push({ path: '/about/news' })">查看更多</div> --> <div class="more-btn" @click="$router.push({ path: '/news/interview' })">查看更多</div>
</div> </div>
</app-frame> </app-frame>
</div> </div>
...@@ -63,8 +63,8 @@ export default { ...@@ -63,8 +63,8 @@ export default {
const params = { const params = {
page: 1, page: 1,
per_page: 100, per_page: 100,
type: 74, type: 53,
project_id: 1013 project_id: 1001
} }
this.listData = await this.$axios.$get('/api/zws/v1/cms/news', { params }).then(res => { this.listData = await this.$axios.$get('/api/zws/v1/cms/news', { params }).then(res => {
return res.filter((item, index) => { return res.filter((item, index) => {
......
...@@ -17,7 +17,7 @@ export default { ...@@ -17,7 +17,7 @@ export default {
const params = { const params = {
page: 1, page: 1,
per_page: 100, per_page: 100,
type: this.$route.query.type || 74, type: this.$route.query.type || 53,
project_id: 1013 project_id: 1013
} }
this.newsList = await this.$axios.$get('/api/zws/v1/cms/news', { params }).then(res => { this.newsList = await this.$axios.$get('/api/zws/v1/cms/news', { params }).then(res => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论