a1034ff0 by 杨炀

no message

1 parent 530e2dbb
......@@ -11,19 +11,12 @@
<el-step :title="language==0?'选择课程':'Courses'" />
</el-steps>
<div v-if="activeStep==0">
<div class="mb60">
1.每班够开课标准后,将电话通知开课时间,请保持电话畅通。
<br/>
2.报名缴费成功后五日内,可申请全额退费;时间超出五日,申请退费则需缴纳总课程费用的20%(占用名额手续费);第二节课(含第二节)后不再接收办理退费事宜。(退费到账时间预计二十个工作日完成)
<br/>
3.我单位所有培训课程根据法定节假日正常休息,如遇不可抗力,课程顺延。
<br/>
4.课程所需书本教材、部分课程画笔颜料、舞蹈服装、跳绳等学习用品皆需学员自行准备。
<br/>
5.学员在首次开课前需填写免责协议书并交给所在班级的班主任。
<div class="mb60" style="max-height: 50vh;overflow: auto">
</div>
<div class="text-center">
<el-button type="primary" class="btn-lineG" round @click="setActive(1)">下一步</el-button>
<el-button type="primary" v-if="courseList.length>0" class="btn-lineG" round @click="setActive(1)">{{ language == 0 ? '下一步' : 'NEXT' }}</el-button>
<el-button type="primary" class="btn-lineG" round v-else @click="close">{{language==0?'暂无可报课程':'No courses available for reporting'}}</el-button>
</div>
</div>
<div v-if="activeStep==1">
......@@ -161,7 +154,7 @@ const rules = ref(
const open = (params) => {
console.log(params)
show.value = true
title.value = params.title
title.value = language.value==0?'大师课申请':'Master Class Application'
cptId.value = params.cptId
getCourse()
}
......@@ -180,7 +173,8 @@ watch(show, (value) => {
})
})
function getCourse() {
masterClassList({cptId:'1777256058082189313'}).then(res=>{
// '1777256058082189313'
masterClassList({cptId:cptId.value}).then(res=>{
courseList.value = res.rows
})
}
......@@ -289,6 +283,9 @@ const conti = () => {
gender: '0'
}
}
const close = () =>{
show.value = false
}
</script>
<style scoped>
......
......@@ -93,8 +93,7 @@
<download/>
</el-icon>
</a>
<el-button class="zn-btn ml20" @click="popMaster">大师公益课报名</el-button>
<a class="zn-btn ml20" @click="popMaster">大师公益课报名</a>
</div>
</el-col>
<el-col :sm="24" :lg="14">
......
......@@ -85,13 +85,15 @@
<el-col :sm="24" :lg="10">
<div class="bgbg">
<h1 style="color: #fff">{{matchData?.name}}</h1>
<a class="zn-btn" @click="goGuide">
GUIDELINE
<el-icon><download /></el-icon>
</a>
<a @click="popMaster">
</a>
<div>
<a class="zn-btn" @click="goGuide">
GUIDELINE
<el-icon><download /></el-icon>
</a>
<a class="zn-btn ml20" @click="popMaster">Public Master Class
<el-icon><Edit /></el-icon>
</a>
</div>
</div>
</el-col>
......@@ -527,7 +529,7 @@ const popMaster = () => {
p{margin: 0;height: 40px;line-height: 20px;display: flex;align-items: center;}
}
border-radius: 15px;
.zn-btn{background: #FFFFFF;
.zn-btn{background: #FFFFFF;text-transform: uppercase;
font-size: 18px; width: fit-content;
color: #453DEA;
border-radius: 23px;padding: 10px 20px;display: inline-flex;align-items: center;}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!