提交 3d9c2e79 authored 作者: pengxiaohui's avatar pengxiaohui

feat: 新增第6期师资培训报名

上级 8f064d76
......@@ -10,7 +10,7 @@
<!-- <div class="title">《金融产品数字化营销职业技能等级认证教材》(初级)</div> -->
<div class="des-box">
<p>活动类型:师资培训</p>
<p>培训形式:线下培训</p>
<p>培训形式:{{details.type === 1 ? '线上培训' : '线下培训'}}</p>
<p>培训地点:{{details.addr}}</p>
<p>培训时间:{{details.time}}</p>
</div>
......@@ -46,15 +46,15 @@
</div>
<div class="p">
<div class="name">报名咨询:</div>
<div class="cont">喻老师</div>
<div class="cont">010-62790319</div>
</div>
<div class="p">
<div class="name">联系人:</div>
<div class="cont">010-62790319</div>
<div class="cont">王老师</div>
</div>
<div class="p">
<div class="name">联系电话:</div>
<div class="cont">18610011691</div>
<div class="cont">18500913837</div>
</div>
<!-- <div class="pdf">《金融产品数字化营销中级》 </div> -->
<!-- <div class="pdf">《金融产品数字化营销中级》 </div> -->
......@@ -82,21 +82,14 @@ export default {
}
],
data: {
2: {
imgUri: 'http://vocational-store.oss-cn-beijing.aliyuncs.com/files/20210225/9e74559a240db3b39b824418353ec3a3.jpg',
title: '2021年第2期“1+X金融产品数字化营销职业技能等级证书(中级)”师资培训班',
time: '6月27日-6月30日',
count: 100,
addr: '河南郑州',
id: 2
},
3: {
6: {
imgUri: 'http://vocational-store.oss-cn-beijing.aliyuncs.com/files/20210225/9e74559a240db3b39b824418353ec3a3.jpg',
title: '2021年第3期“1+X金融产品数字化营销职业技能等级证书(中级)”师资培训班',
time: '7月5日-7月9日',
title: '2021年第6期“1+X金融产品数字化营销职业技能等级证书(中级)”师资培训班',
time: '10月30日-10月31日',
type: 1,
count: 100,
addr: '吉林长春',
id: 3
addr: '线上直播',
id: 6
}
}
}
......
......@@ -112,7 +112,7 @@
</template>
<template v-else>
<el-button style="width: 100px; margin-left: 10px" type="primary" @click="formVerification(onSubmit)">提 交</el-button>
<el-button style="width: 100px; margin-left: 10px" type="primary" @click="formVerification(goPay)">去付款</el-button>
<el-button v-if="id !== 6" style="width: 100px; margin-left: 10px" type="primary" @click="formVerification(goPay)">去付款</el-button>
</template>
</template>
<template v-else>
......
......@@ -58,27 +58,19 @@ export default {
tabsContentList: [
{
imgUri: 'http://vocational-store.oss-cn-beijing.aliyuncs.com/files/20210225/9e74559a240db3b39b824418353ec3a3.jpg',
title: '2021年第2期“1+X金融产品数字化营销职业技能等级证书(中级)”师资培训班',
time: '6月27日-6月30日',
count: 100,
activeIndex: 1,
id: '2'
},
{
imgUri: 'http://vocational-store.oss-cn-beijing.aliyuncs.com/files/20210225/9e74559a240db3b39b824418353ec3a3.jpg',
title: '2021年第3期“1+X金融产品数字化营销职业技能等级证书(中级)”师资培训班',
time: '7月5日-7月9日',
title: '2021年第6期“1+X金融产品数字化营销职业技能等级证书(中级)”师资培训班',
time: '10月30日-10月31日',
count: 100,
activeIndex: 1,
id: '3'
id: '6'
},
{
imgUri: 'http://vocational-store.oss-cn-beijing.aliyuncs.com/files/20210225/9e74559a240db3b39b824418353ec3a3.jpg',
title: '2021年第4期“1+X金融产品数字化营销职业技能等级证书(中级)”师资培训班',
title: '2021年第7期“1+X金融产品数字化营销职业技能等级证书(中级)”师资培训班',
time: '待定',
count: '待定',
activeIndex: 2,
id: '4'
id: '7'
},
{
imgUri: 'http://vocational-store.oss-cn-beijing.aliyuncs.com/files/20210225/9e74559a240db3b39b824418353ec3a3.jpg',
......@@ -87,6 +79,22 @@ export default {
count: 100,
activeIndex: 3,
id: '1'
},
{
imgUri: 'http://vocational-store.oss-cn-beijing.aliyuncs.com/files/20210225/9e74559a240db3b39b824418353ec3a3.jpg',
title: '2021年第2期“1+X金融产品数字化营销职业技能等级证书(中级)”师资培训班',
time: '6月27日-6月30日',
count: 100,
activeIndex: 3,
id: '2'
},
{
imgUri: 'http://vocational-store.oss-cn-beijing.aliyuncs.com/files/20210225/9e74559a240db3b39b824418353ec3a3.jpg',
title: '2021年第3期“1+X金融产品数字化营销职业技能等级证书(中级)”师资培训班',
time: '7月5日-7月9日',
count: 100,
activeIndex: 3,
id: '3'
}
],
value3: '',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论