ui调整
This commit is contained in:
@@ -13,12 +13,12 @@ export class Test{
|
||||
user_id: "local_debug",
|
||||
openid: "local_debug",
|
||||
regist_time: Date.now(),
|
||||
data: JSON.parse(oops.storage.get("data")),
|
||||
fight_heros: JSON.parse(oops.storage.get("fight_heros")),
|
||||
heros: JSON.parse(oops.storage.get("heros")),
|
||||
items: JSON.parse(oops.storage.get("items")),
|
||||
tals: JSON.parse(oops.storage.get("tals")),
|
||||
equips: JSON.parse(oops.storage.get("equips"))
|
||||
data: JSON.parse(oops.storage.get("data")||null),
|
||||
fight_heros: JSON.parse(oops.storage.get("fight_heros")||null),
|
||||
heros: JSON.parse(oops.storage.get("heros")||null),
|
||||
items: JSON.parse(oops.storage.get("items")||null),
|
||||
tals: JSON.parse(oops.storage.get("tals")||null),
|
||||
equips: JSON.parse(oops.storage.get("equips")||null)
|
||||
}
|
||||
return local_data
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user