Commit d1404656 authored by wjf's avatar wjf

1

parents d5821064 60b59494
This diff is collapsed.
...@@ -2,10 +2,14 @@ ...@@ -2,10 +2,14 @@
"code": "000000", "code": "000000",
"data": { "data": {
"currentLevel": 11, "currentLevel": 11,
"prize": {},
"isPrizeLevel": false, "isPrizeLevel": false,
"tool": {} "tool": {
"type": "HAMMERS"
},
"prize": {
"image": "https://img.alicdn.com/imgextra/i1/2275046294/O1CN01xTeKMI1wMhRux48Y6_!!2275046294-2-miniprogram.png"
}
}, },
"success": true, "success": true,
"message": "成功" "message": "成功"
} }
\ No newline at end of file
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"message": "OK", "message": "OK",
"data": { "data": {
"power": 0, "power": 0,
"currentLevel": 1, "currentLevel": 120,
"tools": { "tools": {
"STEPS": 1, "STEPS": 1,
"BOOMS": 2, "BOOMS": 2,
......
...@@ -89,11 +89,11 @@ ...@@ -89,11 +89,11 @@
"name": "StartPanel" "name": "StartPanel"
}, },
{ {
"keys": "prize.png,关卡弹窗Bg.png", "keys": "关卡弹窗Bg.png",
"name": "StartPanelPrize" "name": "StartPanelPrize"
}, },
{ {
"keys": "star_dis.png,star_en.png,去抽奖.png,圆角矩形 648.png,道具.png,道具圆圈.png,闯关成功.png,闯关成功Bg.png,闯关成功不满星按钮.png", "keys": "star_dis.png,star_en.png,去抽奖.png,圆角矩形 648.png,道具圆圈.png,闯关成功.png,闯关成功Bg.png,闯关成功不满星按钮.png",
"name": "SuccessPanel" "name": "SuccessPanel"
}, },
{ {
......
This diff is collapsed.
...@@ -160,6 +160,7 @@ let fc; ...@@ -160,6 +160,7 @@ let fc;
* @param netName * @param netName
* @param parameter * @param parameter
* @param callback * @param callback
* @param hideMsg
*/ */
export function sendTbNet( export function sendTbNet(
netName: TbNetName, netName: TbNetName,
......
...@@ -13,8 +13,6 @@ import Sprite = FYGE.Sprite; ...@@ -13,8 +13,6 @@ import Sprite = FYGE.Sprite;
import Texture = FYGE.Texture; import Texture = FYGE.Texture;
import Tween = FYGE.Tween; import Tween = FYGE.Tween;
import Ease = FYGE.Ease; import Ease = FYGE.Ease;
import { sendTbNet, TbNetName } from "../../TaoBaoNet";
import { showToast } from "../../../module/ctrls";
export class MapScene extends Scene { export class MapScene extends Scene {
private mapContainer: Container = null; private mapContainer: Container = null;
...@@ -228,7 +226,7 @@ export class MapScene extends Scene { ...@@ -228,7 +226,7 @@ export class MapScene extends Scene {
// // }, // // },
// prize: { // prize: {
// image: 'https://img.alicdn.com/imgextra/i1/2275046294/O1CN01xTeKMI1wMhRux48Y6_!!2275046294-2-miniprogram.png', // image: 'https://img.alicdn.com/imgextra/i1/2275046294/O1CN01xTeKMI1wMhRux48Y6_!!2275046294-2-miniprogram.png',
// } // }]
// }); // });
} }
......
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