Commit 104e7e3b authored by 杨一航's avatar 杨一航

fix

parent 45090d89
...@@ -534,10 +534,13 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -534,10 +534,13 @@ export default class SceneComponent extends MyCocosSceneComponent {
if (data.round == 1) { if (data.round == 1) {
data = new MsgData(data); data = new MsgData(data);
let aniCall = () => { let aniCall = async () => {
this._sendMsg(MsgType.USER_PREPARE_REQ, {});
this._keyboard.showOut(); this._keyboard.showOut();
this.inputNode.active = true; this.inputNode.active = true;
await asyncDelay(0.3)
this._sendMsg(MsgType.USER_PREPARE_REQ, {});
// this.btn_record.active = true; // this.btn_record.active = true;
} }
...@@ -571,7 +574,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -571,7 +574,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
this.btn_record.active = true; this.btn_record.active = true;
this.btn_record.y = -cc.winSize.height / 2; this.btn_record.y = -cc.winSize.height / 2;
cc.tween(this.btn_record).to(1, { y: this.btn_record.height - cc.winSize.height / 2 }).start(); cc.tween(this.btn_record).to(0.3, { y: this.btn_record.height - cc.winSize.height / 2 }).start();
}) })
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"height": 184, "height": 184,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"Chip": { "monkey": {
"ver": "1.0.4", "ver": "1.0.4",
"uuid": "12c69ccb-fe81-40ab-a11c-581f65b841eb", "uuid": "12c69ccb-fe81-40ab-a11c-581f65b841eb",
"rawTextureUuid": "07b303c0-25b6-4eb2-b670-e2a15173ed19", "rawTextureUuid": "07b303c0-25b6-4eb2-b670-e2a15173ed19",
......
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