diff --git a/src/components/assets/myCard.vue b/src/components/assets/myCard.vue index e22b79f..538c3d8 100644 --- a/src/components/assets/myCard.vue +++ b/src/components/assets/myCard.vue @@ -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) { diff --git a/src/components/home/HeroCard.vue b/src/components/home/HeroCard.vue index 7da14b7..406cfa8 100644 --- a/src/components/home/HeroCard.vue +++ b/src/components/home/HeroCard.vue @@ -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; } } diff --git a/src/views/DetailView.vue b/src/views/DetailView.vue index 50654ae..103bd14 100644 --- a/src/views/DetailView.vue +++ b/src/views/DetailView.vue @@ -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) {