修改下链文案,修复首页英雄名字竖排
This commit is contained in:
parent
0ebe520fcf
commit
a912c1fe61
@ -128,7 +128,7 @@ const lockToGame = async(type) => {
|
|||||||
if(type == 'redeem') {
|
if(type == 'redeem') {
|
||||||
const confirmResult = await createModal(ConfirmDialog, {
|
const confirmResult = await createModal(ConfirmDialog, {
|
||||||
title: '',
|
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()
|
}).show()
|
||||||
if (confirmResult.errcode == 0) {
|
if (confirmResult.errcode == 0) {
|
||||||
lockToGameConfirm()
|
lockToGameConfirm()
|
||||||
@ -136,7 +136,7 @@ const lockToGame = async(type) => {
|
|||||||
} else if(type == 'convert') {
|
} else if(type == 'convert') {
|
||||||
const confirmResult = await createModal(ConfirmDialog, {
|
const confirmResult = await createModal(ConfirmDialog, {
|
||||||
title: '',
|
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()
|
}).show()
|
||||||
// console.log('confirmResult',confirmResult)
|
// console.log('confirmResult',confirmResult)
|
||||||
if (confirmResult.errcode == 0) {
|
if (confirmResult.errcode == 0) {
|
||||||
|
@ -342,12 +342,13 @@ const selectChange = (index) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.hero-name {
|
.hero-name {
|
||||||
width: 120px;
|
// width: 120px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 90px;
|
font-size: 90px;
|
||||||
font-family: 'Anton';
|
font-family: 'Anton';
|
||||||
letter-spacing: 4px;
|
letter-spacing: 4px;
|
||||||
|
text-align: left;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -277,7 +277,7 @@ const lockToGame = async(type) => {
|
|||||||
if(type == 'redeem') {
|
if(type == 'redeem') {
|
||||||
const confirmResult = await createModal(ConfirmDialog, {
|
const confirmResult = await createModal(ConfirmDialog, {
|
||||||
title: '',
|
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()
|
}).show()
|
||||||
if (confirmResult.errcode == 0) {
|
if (confirmResult.errcode == 0) {
|
||||||
lockToGameConfirm()
|
lockToGameConfirm()
|
||||||
@ -285,7 +285,7 @@ const lockToGame = async(type) => {
|
|||||||
} else if(type == 'convert') {
|
} else if(type == 'convert') {
|
||||||
const confirmResult = await createModal(ConfirmDialog, {
|
const confirmResult = await createModal(ConfirmDialog, {
|
||||||
title: '',
|
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()
|
}).show()
|
||||||
console.log('confirmResult',confirmResult)
|
console.log('confirmResult',confirmResult)
|
||||||
if (confirmResult.errcode == 0) {
|
if (confirmResult.errcode == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user