Commit 3f440c51 authored by liujiangnan's avatar liujiangnan

feat

parent 6e06d4f1
......@@ -489,7 +489,7 @@
"__id__": 2
},
"_children": [],
"_active": false,
"_active": true,
"_components": [
{
"__id__": 11
......
......@@ -162,7 +162,9 @@ cc.Class({
// 上报答题结果
if (window && window.courseware) {
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');
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