Commit 1d9048ad authored by wildfirecode's avatar wildfirecode

1

parent 9a3eb009
......@@ -102,14 +102,13 @@ export default class MapScene extends Scene {
noticeAdvert = { enable: false }
}
// if(oldTimerStr2 != nowTimerStr2 && noticeAdvert && noticeAdvert.enable) {
if (!adTag) {
panels.push('ad');
adTag = true;
if (noticeAdvert && noticeAdvert.enable) {
if (!adTag) {
panels.push('ad');
adTag = true;
}
// localStorage.setItem('nowTimer2Str' + window['CFG'].consumerId, nowTimerStr2);
}
// localStorage.setItem('nowTimer2Str' + window['CFG'].consumerId, nowTimerStr2);
// }
const { signInfoVO } = DataManager.ins.getData('getSignInfo');
if (signInfoVO.continueDay < 7) {
......
......@@ -5,7 +5,7 @@
"timestamp":1566199822308,
"data":{
"popupAdvert":{
"enable":true,
"enable":0,
"advertList":[
{
"img":"http://yun.dui88.com/images/201909/lsh4tdkp5n.jpg",
......@@ -18,7 +18,7 @@
]
},
"noticeAdvert":{
"enable":true,
"enable":0,
"advertList":[
{
"img":"http://yun.dui88.com/images/201909/lsh4tdkp5n.jpg",
......@@ -31,7 +31,7 @@
]
},
"mapAdvert":{
"enable":false,
"enable":0,
"advertList":[
{
"img":"http://yun.dui88.com/images/201909/lsh4tdkp5n.jpg",
......
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