|
@@ -8718,6 +8718,7 @@ export default {
|
|
|
this.cid = res.data.courseId;
|
|
|
this.courseUserid = this.userid;
|
|
|
this.islogin = true;
|
|
|
+ this.steps = 4;
|
|
|
})
|
|
|
.catch((err) => {
|
|
|
this.$message.error("网络不佳");
|
|
@@ -9532,6 +9533,12 @@ export default {
|
|
|
"*"
|
|
|
);
|
|
|
} else if (i == 57) {
|
|
|
+ if (!this.cid) {
|
|
|
+ this.$message.error(
|
|
|
+ "如果您需要在内容中添加模板,请在修改模式下进行添加。"
|
|
|
+ );
|
|
|
+ return;
|
|
|
+ }
|
|
|
window.parent.postMessage(
|
|
|
{
|
|
|
tools: "57y",
|