|
@@ -11,6 +11,12 @@
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
|
|
|
|
|
|
+ <div class="mt10" v-if="type=='继续教育' || type=='施工现场专业人员'">
|
|
|
|
+ <p class="tc" style="color: red;font-size: 18px;">
|
|
|
|
+ 报名对象为:2020年度及以后由培训单位核发的和2021年度换发的“电子培训合格证”且每年度需参加继续教育人员
|
|
|
|
+ </p>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
<ul class="m-course-list clear mt10 classlist" v-if="total>0">
|
|
<ul class="m-course-list clear mt10 classlist" v-if="total>0">
|
|
<li v-for="(item,index) in list" :key="item.course_id" class="pt-sola mt20 pb10">
|
|
<li v-for="(item,index) in list" :key="item.course_id" class="pt-sola mt20 pb10">
|
|
<div>
|
|
<div>
|
|
@@ -396,11 +402,15 @@
|
|
let item = this.list[index];
|
|
let item = this.list[index];
|
|
this.buyForm = Object.assign({}, item)
|
|
this.buyForm = Object.assign({}, item)
|
|
this.buyForm.temp = item;
|
|
this.buyForm.temp = item;
|
|
|
|
+
|
|
|
|
+ // 绕开检查
|
|
// this.stage = 2;
|
|
// this.stage = 2;
|
|
- // this.isCompanyPay = 1;
|
|
|
|
|
|
+ // this.isCompanyPay = 0;
|
|
// this.isCommitment=''
|
|
// this.isCommitment=''
|
|
|
|
+ // this.buyForm.rzCode = item.rzCode;
|
|
|
|
+ // this.buyForm.courseName = item.courseName;
|
|
// this.commitmentDialog = true;
|
|
// this.commitmentDialog = true;
|
|
-
|
|
|
|
|
|
+ // 检查
|
|
httpServer("weixin.docheckpay", {
|
|
httpServer("weixin.docheckpay", {
|
|
courseId: item.course_id
|
|
courseId: item.course_id
|
|
}).then((res) => {
|
|
}).then((res) => {
|