Commit 93c2c9e3 authored by wildfirecode13's avatar wildfirecode13

u

parent d881be6c
...@@ -59,7 +59,7 @@ export class Main { ...@@ -59,7 +59,7 @@ export class Main {
}).then(res=>{ }).then(res=>{
let url= res.data; let url= res.data;
// url.replace('activity','85337.activity-1'); // url.replace('activity','85337.activity-1');
location.href=url; location.replace(url);
}); });
return; return;
} }
......
...@@ -26,6 +26,11 @@ export class PrizePanel extends Panel { ...@@ -26,6 +26,11 @@ export class PrizePanel extends Panel {
} }
click_prize_open() { click_prize_open() {
sendWebNet(WebNetName.index).then(res => {
layers.stage.dispatchEvent('updateIndexData')
})
this.hidePanel(); this.hidePanel();
sendLog("click",2); sendLog("click",2);
console.log('click_prize_open'); console.log('click_prize_open');
......
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