Commit 4aa79ae5 authored by Chen Jiping's avatar Chen Jiping

fix:将标题层级置为最顶层

parent ff27e656
...@@ -314,7 +314,7 @@ cc.Class({ ...@@ -314,7 +314,7 @@ cc.Class({
*/ */
const titleBgNode = cc.find('Canvas/title_bg'); const titleBgNode = cc.find('Canvas/title_bg');
console.log(titleBgNode); titleBgNode.zIndex = 99;
const labelNode = new cc.Node(); const labelNode = new cc.Node();
labelNode.parent = titleBgNode; labelNode.parent = titleBgNode;
...@@ -549,7 +549,7 @@ cc.Class({ ...@@ -549,7 +549,7 @@ cc.Class({
}); });
cc.tween(bubbleSpr.node) cc.tween(bubbleSpr.node)
.to(0.7, { scale: 1 }, { easing: 'cubicIn' }).call(() => { .to(0.7, { scale: this._mapScaleMin }, { easing: 'cubicIn' }).call(() => {
}).start(); }).start();
}); });
......
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