Skip to content

Commit

Permalink
Update Gooboo,耐玩文字放置.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pjy612 authored Nov 14, 2023
1 parent d586f31 commit 642fb4e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gooboo,耐玩文字放置.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ function hookupgradePrice(u)
return ret;
}
};
if(u[t])
{
if(!u[`__${t}`]) u[`__${t}`] = u[t];
u[t] = new Proxy(u[`__${t}`],handler);
if(u[t])
{
if(!u[`__${t}`]) u[`__${t}`] = u[t];
u[t] = new Proxy(u[`__${t}`],handler);
}
}

Expand All @@ -55,8 +55,8 @@ function hooktimeNeed(u)
};
if(u[t])
{
if(!u[`__${t}`]) u[`__${t}`] = u[t];
u[t] = new Proxy(u[`__${t}`],handler);
if(!u[`__${t}`]) u[`__${t}`] = u[t];
u[t] = new Proxy(u[`__${t}`],handler);
}
}
Object.values(VUE.$store.state.upgrade.item).forEach(u=>{
Expand Down

0 comments on commit 642fb4e

Please sign in to comment.