Commit b2399f67 authored by liujiangnan's avatar liujiangnan

debug

parent 123d2e18
...@@ -7588,7 +7588,7 @@ ...@@ -7588,7 +7588,7 @@
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"showInEditor": false, "showInEditor": false,
"_id": "3673KQcpFGpqIqQGKLbmmQ" "_id": "a65C7fxK9NooprgVDl/rgs"
}, },
{ {
"__type__": "cc.Label", "__type__": "cc.Label",
...@@ -7621,7 +7621,7 @@ ...@@ -7621,7 +7621,7 @@
"_N$fontFamily": "Arial", "_N$fontFamily": "Arial",
"_N$overflow": 0, "_N$overflow": 0,
"_N$cacheMode": 0, "_N$cacheMode": 0,
"_id": "0cTd7S4upNWIDdkci4buDd" "_id": "b1vBMgaUNOy6tLH+DkEl0t"
}, },
{ {
"__type__": "cc.PrivateNode", "__type__": "cc.PrivateNode",
...@@ -7684,7 +7684,7 @@ ...@@ -7684,7 +7684,7 @@
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"showInEditor": false, "showInEditor": false,
"_id": "f8tuo7RT5MooKABb5W5B9q" "_id": "a1ztiWkbVE+5+JQoKKcrfn"
}, },
{ {
"__type__": "cc.Label", "__type__": "cc.Label",
...@@ -7717,7 +7717,7 @@ ...@@ -7717,7 +7717,7 @@
"_N$fontFamily": "Arial", "_N$fontFamily": "Arial",
"_N$overflow": 0, "_N$overflow": 0,
"_N$cacheMode": 0, "_N$cacheMode": 0,
"_id": "b7uTaN5o1FmpqSvUpouZ3C" "_id": "5bnNvufBFBoL4h3793maFF"
}, },
{ {
"__type__": "cc.PrivateNode", "__type__": "cc.PrivateNode",
...@@ -7780,7 +7780,7 @@ ...@@ -7780,7 +7780,7 @@
"_groupIndex": 0, "_groupIndex": 0,
"groupIndex": 0, "groupIndex": 0,
"showInEditor": false, "showInEditor": false,
"_id": "54MA7RWpdA36XR43fVYoSs" "_id": "01ssQ0Z7JLJLCwOzURLEmF"
}, },
{ {
"__type__": "cc.Label", "__type__": "cc.Label",
...@@ -7813,7 +7813,7 @@ ...@@ -7813,7 +7813,7 @@
"_N$fontFamily": "Arial", "_N$fontFamily": "Arial",
"_N$overflow": 0, "_N$overflow": 0,
"_N$cacheMode": 0, "_N$cacheMode": 0,
"_id": "335+uGeZNPF49jgH4A49/2" "_id": "fftSx78bBH14o4G7z73Qrk"
}, },
{ {
"__type__": "cc.RichText", "__type__": "cc.RichText",
......
...@@ -158,9 +158,9 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -158,9 +158,9 @@ export default class SceneComponent extends MyCocosSceneComponent {
const smallbg_2_left = cc.find("Canvas/usercenter/view/content/scollpage/smallbg_2_left"); const smallbg_2_left = cc.find("Canvas/usercenter/view/content/scollpage/smallbg_2_left");
const smallbg_2_middle = cc.find("Canvas/usercenter/view/content/scollpage/smallbg_2_middle"); const smallbg_2_middle = cc.find("Canvas/usercenter/view/content/scollpage/smallbg_2_middle");
const smallbg_2_right = cc.find("Canvas/usercenter/view/content/scollpage/smallbg_2_right"); const smallbg_2_right = cc.find("Canvas/usercenter/view/content/scollpage/smallbg_2_right");
cc.find("lettercount", smallbg_2_left).getComponent(cc.RichText).string = `<color=#41954F>${this.lettercount}</c> <color=#726E6F><size=15>个</size></c>`; cc.find("lettercount", smallbg_2_left).getComponent(cc.RichText).string = `<color=#41954F>${this.lettercount}</c> <color=#726E6F><size=30>个</size></c>`;
cc.find("wordcount", smallbg_2_middle).getComponent(cc.RichText).string = `<color=#41954F>${this.wordcount}</c> <color=#726E6F><size=15>个</size></c>`; cc.find("wordcount", smallbg_2_middle).getComponent(cc.RichText).string = `<color=#41954F>${this.wordcount}</c> <color=#726E6F><size=30>个</size></c>`;
cc.find("sentencecount", smallbg_2_right).getComponent(cc.RichText).string = `<color=#41954F>${this.sentencecount}</c> <color=#726E6F><size=15>个</size></c>`; cc.find("sentencecount", smallbg_2_right).getComponent(cc.RichText).string = `<color=#41954F>${this.sentencecount}</c> <color=#726E6F><size=30>个</size></c>`;
} }
learntimes = [0, 0, 0, 0, 0, 0, 0]; learntimes = [0, 0, 0, 0, 0, 0, 0];
......
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