Commit 3f440c51 authored by liujiangnan's avatar liujiangnan

feat

parent 6e06d4f1
...@@ -489,7 +489,7 @@ ...@@ -489,7 +489,7 @@
"__id__": 2 "__id__": 2
}, },
"_children": [], "_children": [],
"_active": false, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 11 "__id__": 11
......
...@@ -162,7 +162,9 @@ cc.Class({ ...@@ -162,7 +162,9 @@ cc.Class({
// 上报答题结果 // 上报答题结果
if (window && window.courseware) { if (window && window.courseware) {
window.courseware.sendAnswer({isOver: true, video_url: this.data.video_url, score: this.data.questionScore}); window.courseware.sendAnswer({isOver: true, video_url: this.data.video_url, score: this.data.questionScore});
await this.showFinal();
// 视频上面不能有庆祝动画,会被遮挡
// await this.showFinal();
const middleLayer = cc.find('middleLayer'); const middleLayer = cc.find('middleLayer');
if (middleLayer) { if (middleLayer) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment