修改下链文案,修复首页英雄名字竖排

This commit is contained in:
yuyongdong 2024-07-04 17:25:23 +08:00
parent 0ebe520fcf
commit a912c1fe61
3 changed files with 6 additions and 5 deletions

View File

@ -128,7 +128,7 @@ const lockToGame = async(type) => {
if(type == 'redeem') {
const confirmResult = await createModal(ConfirmDialog, {
title: '',
message: 'Once enabled, the gold coin card will be consumed, and you will receive 100,000 gold coins in the game. Do you wish to continue with this?'
message: 'Once enabled, the gold coin card will be consumed, and you will receive corresponding gold coins in the game. Do you wish to continue with this?'
}).show()
if (confirmResult.errcode == 0) {
lockToGameConfirm()
@ -136,7 +136,7 @@ const lockToGame = async(type) => {
} else if(type == 'convert') {
const confirmResult = await createModal(ConfirmDialog, {
title: '',
message: ' After the hero links, you can use in the game, and can re-link in the game, whether to continue the next link?'
message: 'After the hero links, you can use in the game, and can auto re-link after the game test ending, whether to continue the next link?'
}).show()
// console.log('confirmResult',confirmResult)
if (confirmResult.errcode == 0) {

View File

@ -342,12 +342,13 @@ const selectChange = (index) => {
}
}
.hero-name {
width: 120px;
// width: 120px;
height: 40px;
color: #fff;
font-size: 90px;
font-family: 'Anton';
letter-spacing: 4px;
text-align: left;
}
}

View File

@ -277,7 +277,7 @@ const lockToGame = async(type) => {
if(type == 'redeem') {
const confirmResult = await createModal(ConfirmDialog, {
title: '',
message: 'Once enabled, the gold coin card will be consumed, and you will receive 100,000 gold coins in the game. Do you wish to continue with this?'
message: 'Once enabled, the gold coin card will be consumed, and you will receive corresponding gold coins in the game. Do you wish to continue with this?'
}).show()
if (confirmResult.errcode == 0) {
lockToGameConfirm()
@ -285,7 +285,7 @@ const lockToGame = async(type) => {
} else if(type == 'convert') {
const confirmResult = await createModal(ConfirmDialog, {
title: '',
message: ' After the hero links, you can use in the game, and can re-link in the game, whether to continue the next link?'
message: 'After the hero links, you can use in the game, and can auto re-link after the game test ending, whether to continue the next link?'
}).show()
console.log('confirmResult',confirmResult)
if (confirmResult.errcode == 0) {