Commit 12fcc476 authored by zjz1994's avatar zjz1994

签到兼容环境

parent 61eab225
......@@ -373,13 +373,15 @@ export default class SignPanel extends Panel {
this['numsgroup'].visible=false;
}else{
if(itemid){//暂猜测是道具的时候有
if(itemid==59029){//炸弹
if(prizeType=="prop"){//道具的处理,三个分别是测试环境,预发环境,和线上环境
if(itemid==49437||itemid==33255||itemid==59029){//炸弹
propType = 4;
}else if(itemid==59030){//锤子
}else if(itemid==49436||itemid==33256||itemid==59030){//锤子
propType = 3;
}else if(itemid==59031){//鞋子
}else if(itemid==49438||itemid==33257||itemid==59031){//鞋子
propType = 5;
}
}
// this['prizeimg2'].visible = true;
// this['prizeimg2'].source = `http://yun.duiba.com.cn/db_games/${window['imgver']}/${customInfo.itemId}.png`;
......
......@@ -5,7 +5,7 @@
"success":true,
"errorMsg":null,
"code":"",
"prizeType":"vir",
"prizeType":"prop",
"prizeName":"奖品名称",
"logo":"http://yun.dui88.com/images/202003/6n6am25t08.jpg",
"prizeCount":11,
......
{
"success": true,
"signInfoVO": {
"continueDay": 0,
"continueDay": 3,
"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