This commit is contained in:
parent
3e864c9950
commit
7a97599efe
@ -352,8 +352,6 @@
|
||||
"__id__": 0
|
||||
},
|
||||
"fileId": "8eh+qah79FpLesUv4srwJ7",
|
||||
"instance": null,
|
||||
"targetOverrides": null,
|
||||
"nestedPrefabInstanceRoots": null
|
||||
},
|
||||
{
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@ -79,13 +79,13 @@ export class webView extends Component {
|
||||
let title = '';
|
||||
if (param == 'rule') {
|
||||
url = getSupportUrl();
|
||||
title = I18nManager.instance.t('Game_Rules');
|
||||
title = I18nManager.instance.t('AID_MAIN_OPERATE_RULES');
|
||||
} else if (param == 'paytable') {
|
||||
url = getOddsUrl();
|
||||
title = I18nManager.instance.t('Paytable');
|
||||
title = I18nManager.instance.t('AID_MAIN_OPERATE_PAYTABLE');
|
||||
} else if (param == 'history') {
|
||||
url = getHistoryUrl();
|
||||
title = I18nManager.instance.t('Game History');
|
||||
title = I18nManager.instance.t('AID_MAIN_OPERATE_HISTORY');
|
||||
}
|
||||
this.title.string = title;
|
||||
|
||||
|
||||
@ -1618,7 +1618,7 @@
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 1021.423828125,
|
||||
"height": 56.4
|
||||
"height": 69
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
@ -1653,7 +1653,7 @@
|
||||
"_actualFontSize": 38,
|
||||
"_fontSize": 38,
|
||||
"_fontFamily": "Arial",
|
||||
"_lineHeight": 40,
|
||||
"_lineHeight": 50,
|
||||
"_overflow": 3,
|
||||
"_enableWrapText": true,
|
||||
"_font": null,
|
||||
@ -1750,7 +1750,7 @@
|
||||
"_contentSize": {
|
||||
"__type__": "cc.Size",
|
||||
"width": 1021.423828125,
|
||||
"height": 56.4
|
||||
"height": 69
|
||||
},
|
||||
"_anchorPoint": {
|
||||
"__type__": "cc.Vec2",
|
||||
@ -1785,7 +1785,7 @@
|
||||
"_actualFontSize": 42,
|
||||
"_fontSize": 42,
|
||||
"_fontFamily": "Arial",
|
||||
"_lineHeight": 40,
|
||||
"_lineHeight": 50,
|
||||
"_overflow": 3,
|
||||
"_enableWrapText": true,
|
||||
"_font": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user