From a912c1fe6153046443035f23c8ad286d94b2973a Mon Sep 17 00:00:00 2001 From: yuyongdong Date: Thu, 4 Jul 2024 17:25:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8B=E9=93=BE=E6=96=87?= =?UTF-8?q?=E6=A1=88=EF=BC=8C=E4=BF=AE=E5=A4=8D=E9=A6=96=E9=A1=B5=E8=8B=B1?= =?UTF-8?q?=E9=9B=84=E5=90=8D=E5=AD=97=E7=AB=96=E6=8E=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/assets/myCard.vue | 4 ++-- src/components/home/HeroCard.vue | 3 ++- src/views/DetailView.vue | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) 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) {