|
@@ -1273,30 +1273,30 @@ export default {
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- // var confirmDetail = true;
|
|
|
- // if (item.educationName == "继续教育") {
|
|
|
- // if (
|
|
|
- // item.officialName &&
|
|
|
- // item.businessName == "二级" &&
|
|
|
- // item.projectName == "建造师"
|
|
|
- // ) {
|
|
|
- // confirmDetail = await this.userConfirmInfoDetail();
|
|
|
- // }
|
|
|
- // }
|
|
|
-
|
|
|
- // // //内部系统
|
|
|
- // // if (item.interfacePushId > 0 && item.officialStatus != 1) {
|
|
|
- // // this.$message({
|
|
|
- // // type: "warning",
|
|
|
- // // message: "机构正在为您报名中,请耐心等待,有疑问请联系020-87085982!",
|
|
|
- // // });
|
|
|
- // // return;
|
|
|
- // // }
|
|
|
+ var confirmDetail = true;
|
|
|
+ if (item.educationName == "继续教育") {
|
|
|
+ if (
|
|
|
+ item.officialName &&
|
|
|
+ item.businessName == "二级" &&
|
|
|
+ item.projectName == "建造师"
|
|
|
+ ) {
|
|
|
+ confirmDetail = await this.userConfirmInfoDetail();
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
- // if (!confirmDetail) {
|
|
|
+ // //内部系统
|
|
|
+ // if (item.interfacePushId > 0 && item.officialStatus != 1) {
|
|
|
+ // this.$message({
|
|
|
+ // type: "warning",
|
|
|
+ // message: "机构正在为您报名中,请耐心等待,有疑问请联系020-87085982!",
|
|
|
+ // });
|
|
|
// return;
|
|
|
// }
|
|
|
|
|
|
+ if (!confirmDetail) {
|
|
|
+ return;
|
|
|
+ }
|
|
|
+
|
|
|
let rebuildStatus = await this.courseGoodsRebuildStatus(
|
|
|
item.goodsId,
|
|
|
item.gradeId
|