|
|
@@ -644,9 +644,9 @@ export default {
|
|
|
);
|
|
|
this.addOp3('1', "", { courseid: cid , type: "CocoNote_open" }, "success")
|
|
|
} else {
|
|
|
- this.$message.error("没有加入分组请先加入分组");
|
|
|
+ this.$message.error(this.lang.joinone);
|
|
|
this.goToCourse3(cid)
|
|
|
- this.addOp3('1', "", { courseid: cid , type: "CocoNote_open" }, '没有加入分组请先加入分组')
|
|
|
+ this.addOp3('1', "", { courseid: cid , type: "CocoNote_open" }, this.lang.joinone)
|
|
|
|
|
|
// window.topU.postMessage(
|
|
|
// {
|
|
|
@@ -658,9 +658,9 @@ export default {
|
|
|
// );
|
|
|
}
|
|
|
} else {
|
|
|
- this.$message.error("没有加入分组请先加入分组");
|
|
|
+ this.$message.error(this.lang.joinone);
|
|
|
this.goToCourse3(cid)
|
|
|
- this.addOp3('1', "", { courseid: cid , type: "CocoNote_open" }, '没有加入分组请先加入分组')
|
|
|
+ this.addOp3('1', "", { courseid: cid , type: "CocoNote_open" }, this.lang.joinone)
|
|
|
|
|
|
// window.topU.postMessage(
|
|
|
// {
|