Compare commits

..

No commits in common. "master" and "v0.0.83" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View File

@ -1037,7 +1037,7 @@
"__id__": 378 "__id__": 378
} }
], ],
"_active": false, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 387 "__id__": 387
@ -15686,7 +15686,7 @@
"__id__": 940 "__id__": 940
} }
], ],
"_active": true, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 1004 "__id__": 1004
@ -18157,7 +18157,7 @@
"__id__": 758 "__id__": 758
}, },
"_children": [], "_children": [],
"_active": true, "_active": false,
"_components": [ "_components": [
{ {
"__id__": 768 "__id__": 768

View File

@ -893,7 +893,7 @@ export class SlotScene extends Component {
} }
break; break;
case 5: case 5:
msg1 = I18nManager.instance.t('AID_ERROR_CONTENT_4'); msg1 = I18nManager.instance.t('AID_TIP_CONTENT_4');
msg2 = I18nManager.instance.t('AID_ERROR_CODE_4'); msg2 = I18nManager.instance.t('AID_ERROR_CODE_4');
tip = `${msg1}\n${msg2}`; tip = `${msg1}\n${msg2}`;
if (!this.TipPanel.getHasTip()) { if (!this.TipPanel.getHasTip()) {