Compare commits

..

No commits in common. "89b75bbf2bc53f94aea63aaf56753b612660a180" and "b615f5d4fcf7dd19fefed752e24e421538938fbd" have entirely different histories.

3 changed files with 2 additions and 22 deletions

View File

@ -3,7 +3,6 @@ import {EventFun} from '../public/event/event';
import {PayFun} from '../public/pay'; import {PayFun} from '../public/pay';
import {ReqSyncBtn, ResSyncBtn, syncBtnKeys} from "../shared/protocols/PtlSyncBtn"; import {ReqSyncBtn, ResSyncBtn, syncBtnKeys} from "../shared/protocols/PtlSyncBtn";
import {PublicShared} from '../shared/public/public'; import {PublicShared} from '../shared/public/public';
import {HuoDongFun} from "../public/huodongfun";
const defaultKeys: syncBtnKeys[] = [ const defaultKeys: syncBtnKeys[] = [
'huobanzhaomu', 'yibaichou', 'shouchong', 'huobanzhaomu', 'yibaichou', 'shouchong',
@ -11,8 +10,7 @@ const defaultKeys: syncBtnKeys[] = [
'zhanling', 'zhanling',
'xianshilibao', 'xianshilibao',
'xianshizhaomu', 'xianshizhaomu',
'G123Gift', 'G123Gift'
'christmas',
// 'kaifukuanghuan', // 'kaifukuanghuan',
// 'qiridenglu', // 'qiridenglu',
@ -38,17 +36,6 @@ export default async function (call: ApiCall<ReqSyncBtn, ResSyncBtn>) {
change[key] = data[key]; change[key] = data[key];
} }
break; break;
case 'christmas':
//领完消失
if (!data[key]) {
let _hdList = await HuoDongFun.gethdList(call, 8)
if (_hdList) {
// 无此活动
data[key] = {active: true};
change[key] = data[key];
}
}
break;
case 'dayjijin': case 'dayjijin':
case 'dengjijijin': case 'dengjijijin':
case 'guanqiajijin': case 'guanqiajijin':

View File

@ -30,4 +30,4 @@ export type defaultSyncBtn = {
export type syncBtnKeys = 'shouchong' | 'kaifukuanghuan' | jijinType | 'zhanling' | 'qiridenglu' export type syncBtnKeys = 'shouchong' | 'kaifukuanghuan' | jijinType | 'zhanling' | 'qiridenglu'
| 'xianshilibao' | 'yibaichou' | 'huobanzhaomu' | 'xianshizhaomu' | 'xianshilibao' | 'yibaichou' | 'huobanzhaomu' | 'xianshizhaomu'
| 'leijichongzhi' | 'xinshoulibao' | 'jierihuodong' | 'yuedujijin' | 'zixuanlibao' | 'diaoluoduihuan' | 'chuanshuozhilu' | 'leijichongzhi' | 'xinshoulibao' | 'jierihuodong' | 'yuedujijin' | 'zixuanlibao' | 'diaoluoduihuan' | 'chuanshuozhilu'
| 'yangchengmubiao' | 'G123Gift' | 'christmas' | 'yangchengmubiao' | 'G123Gift'

View File

@ -18826,13 +18826,6 @@ export const serviceProto: ServiceProto<ServiceType> = {
"type": "Literal", "type": "Literal",
"literal": "G123Gift" "literal": "G123Gift"
} }
},
{
"id": 18,
"type": {
"type": "Literal",
"literal": "christmas"
}
} }
] ]
}, },