Commit bb96d31f authored by limingzhe's avatar limingzhe

fix: debug

parent cdbb4bb3
......@@ -1300,14 +1300,14 @@ cc.Class({
this.disappearAnim(panelLabelNode, 0.3, ()=> {
this.refreshRichText(panelLabelNode, this.curData.text_cn);
panelLabel.cacheMode = cc.Label.CacheMode.CHAR
// panelLabel.cacheMode = cc.Label.CacheMode.CHAR
refreshSize();
this.appearAnim(panelLabelNode, 0.3);
})
} else {
this.refreshRichText(panelLabelNode, this.curData.text_cn);
panelLabel.cacheMode = cc.Label.CacheMode.CHAR
// panelLabel.cacheMode = cc.Label.CacheMode.CHAR
refreshSize();
}
......
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