Commit d1a3df08 authored by zjz1994's avatar zjz1994

签到位置暂存

parent f41e78e0
......@@ -407,7 +407,7 @@ export default class SignPanel extends Panel {
var prizeimgx = item['prizeimg'].x;
var prizeimgy = item['prizeimg'].y;
var wtopos = item.localToGlobal(prizeimgx,prizeimgy);
var wstpos = this['contmid'].localToGlobal(this['prizeimg'].x,this['prizeimg'].y);
var wstpos = this['contmid'].localToGlobal(this['prizeimg'].x-this['prizeimg'].width,this['prizeimg'].y);
var wctrlpos = item.localToGlobal(0,item.height);
var lstpos = this.globalToLocal(wstpos.x,wstpos.y);
......
......@@ -5,7 +5,7 @@
"success":true,
"errorMsg":null,
"code":"",
"prizeType":"times",
"prizeType":"coin",
"prizeName":"奖品名称",
"logo":"http://yun.duiba.com.cn/db_games/activity/game/guideImage/guide2.png",
"prizeCount":11,
......
{
"success": true,
"signInfoVO": {
"continueDay": 1,
"continueDay": 2,
"todaySigned": 0
}
}
\ No newline at end of file
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