Commit 1d9048ad authored by wildfirecode's avatar wildfirecode

1

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