Commit 69d6c00c authored by Chen Jiping's avatar Chen Jiping

fix:问题修复

parent c98d2178
......@@ -750,7 +750,7 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
-230,
-190,
115,
0,
0,
......@@ -815,7 +815,7 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
-230,
-190,
-85,
0,
0,
......
......@@ -400,7 +400,7 @@ export class WordArea2 extends WordGroup {
let word = this._data[2];
let length = word.length;
let length = word.val.length;
let path = "card_3";
......
......@@ -27,17 +27,17 @@ export const defaultData = {
"wordArr2": [
{
"fontColor": "#02adf0",
"val": "cl",
"val": "wid",
"audioUrl": "http://staging-teach.cdn.ireadabc.com/a252c069d04f8e04f91b2a1394072f30_l.mp3"
},
{
"fontColor": "#02adf0",
"val": "ock",
"val": "ndg",
"audioUrl": "http://staging-teach.cdn.ireadabc.com/8b5ecca5d4509e1b8a7e81e69d8db615_l.mp3"
},
{
"fontColor": "#231f20",
"val": "clock",
"val": "widndg",
"audioUrl": "http://staging-teach.cdn.ireadabc.com/518441578f9d37076d87ef067c70a734_l.mp3"
}
]
......
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