diff --git a/assets/Game/prefabs/Paytable/paytable.prefab b/assets/Game/prefabs/Paytable/paytable.prefab index e1287ff..50044c9 100644 --- a/assets/Game/prefabs/Paytable/paytable.prefab +++ b/assets/Game/prefabs/Paytable/paytable.prefab @@ -885,7 +885,7 @@ "_contentSize": { "__type__": "cc.Size", "width": 1080, - "height": 18120 + "height": 1812 }, "_anchorPoint": { "__type__": "cc.Vec2", diff --git a/assets/Loading/scripts/comm.ts b/assets/Loading/scripts/comm.ts index 8d9aedf..187ed5d 100644 --- a/assets/Loading/scripts/comm.ts +++ b/assets/Loading/scripts/comm.ts @@ -32,7 +32,7 @@ export function getHistoryUrl() { } export function getLanguage() { - return 'zh'; + // return 'zh'; return language; }