|
@@ -7471,6 +7471,7 @@ import englishRight from "../components/englishRight.vue";
|
|
import evaBox from "../evaBox/index.vue";
|
|
import evaBox from "../evaBox/index.vue";
|
|
import EnglishVoice from "../EnglishVoice/index.vue";
|
|
import EnglishVoice from "../EnglishVoice/index.vue";
|
|
import appDialog from '../components/appDialog.vue'
|
|
import appDialog from '../components/appDialog.vue'
|
|
|
|
+import { myMixin } from "@/mixins/mixin.js"
|
|
|
|
|
|
var OpenCC = require("opencc-js");
|
|
var OpenCC = require("opencc-js");
|
|
let converter = OpenCC.Converter({
|
|
let converter = OpenCC.Converter({
|
|
@@ -7479,6 +7480,7 @@ let converter = OpenCC.Converter({
|
|
})
|
|
})
|
|
|
|
|
|
export default {
|
|
export default {
|
|
|
|
+ mixins: [ myMixin ],
|
|
components: {
|
|
components: {
|
|
EditorBar,
|
|
EditorBar,
|
|
Mind,
|
|
Mind,
|
|
@@ -10385,8 +10387,10 @@ export default {
|
|
this.cid = res.data.courseId;
|
|
this.cid = res.data.courseId;
|
|
this.courseUserid = this.userid;
|
|
this.courseUserid = this.userid;
|
|
this.islogin = true;
|
|
this.islogin = true;
|
|
|
|
+ this.addOp3('1', "", { courseid: this.courseId ,type: "course_stageMode_clickUpload" }, "success")
|
|
})
|
|
})
|
|
.catch((err) => {
|
|
.catch((err) => {
|
|
|
|
+ this.addOp3('1', "", { courseid: this.courseId ,type: "course_stageMode_clickUpload" }, err)
|
|
this.$message.error("网络不佳");
|
|
this.$message.error("网络不佳");
|
|
console.error(err);
|
|
console.error(err);
|
|
});
|
|
});
|
|
@@ -10458,8 +10462,10 @@ export default {
|
|
type: "success",
|
|
type: "success",
|
|
});
|
|
});
|
|
this.courseId = this.cid;
|
|
this.courseId = this.cid;
|
|
|
|
+ this.addOp3('1', "", { courseid: this.courseId ,type: "course_stageMode_clickUpload" }, "success")
|
|
})
|
|
})
|
|
.catch((err) => {
|
|
.catch((err) => {
|
|
|
|
+ this.addOp3('1', "", { courseid: this.courseId ,type: "course_stageMode_clickUpload" }, err)
|
|
this.$message.error("网络不佳");
|
|
this.$message.error("网络不佳");
|
|
console.error(err);
|
|
console.error(err);
|
|
});
|
|
});
|
|
@@ -10627,8 +10633,10 @@ export default {
|
|
}
|
|
}
|
|
this.number = this.nbOrder;
|
|
this.number = this.nbOrder;
|
|
this.courseId = this.cid;
|
|
this.courseId = this.cid;
|
|
|
|
+ this.addOp3('1', "", { courseid: this.courseId ,type: "course_stageMode_clickUpload" }, "success")
|
|
})
|
|
})
|
|
.catch((err) => {
|
|
.catch((err) => {
|
|
|
|
+ this.addOp3('1', "", { courseid: this.courseId ,type: "course_stageMode_clickUpload" }, err)
|
|
this.$message.error("网络不佳");
|
|
this.$message.error("网络不佳");
|
|
console.error(err);
|
|
console.error(err);
|
|
});
|
|
});
|