From b6b0064b6dfc7164fad409f7ec708d41eed547c6 Mon Sep 17 00:00:00 2001 From: lukaijie Date: Fri, 17 Apr 2026 22:21:26 +0800 Subject: [PATCH] v4.5.0 --- src/view/mall/trade/examineTransfer.vue | 6 +-- src/view/member/cardticket/coupon.vue | 6 ++- .../member/promotions/pluspricebuy/list.vue | 5 +- src/view/member/promotions/register.vue | 6 ++- .../settings/systemConfig/external-app.vue | 52 ++++--------------- .../systemConfig/mailServiceSetting.vue | 6 +-- 6 files changed, 29 insertions(+), 52 deletions(-) diff --git a/src/view/mall/trade/examineTransfer.vue b/src/view/mall/trade/examineTransfer.vue index bc9166b..20e8717 100755 --- a/src/view/mall/trade/examineTransfer.vue +++ b/src/view/mall/trade/examineTransfer.vue @@ -444,17 +444,17 @@ export default { }, { label: this.$t('77050e4f.d64589'), - component: () => {this.addForm.bank_name || '-'} + component: () => {this.addForm.bank_name || '-'}, }, { label: this.$t('77050e4f.27d6ee'), key: 'bank_name', - component: () => {this.addForm.bank_account_no || '-'} + component: () => {this.addForm.bank_account_no || '-'}, }, { label: this.$t('77050e4f.efce56'), key: 'china_ums_no', - component: () => {this.addForm.china_ums_no || '-'} + component: () => {this.addForm.china_ums_no || '-'}, }, { diff --git a/src/view/member/cardticket/coupon.vue b/src/view/member/cardticket/coupon.vue index ea06a33..7751135 100755 --- a/src/view/member/cardticket/coupon.vue +++ b/src/view/member/cardticket/coupon.vue @@ -228,7 +228,11 @@ diff --git a/src/view/member/promotions/pluspricebuy/list.vue b/src/view/member/promotions/pluspricebuy/list.vue index de594cb..855d654 100755 --- a/src/view/member/promotions/pluspricebuy/list.vue +++ b/src/view/member/promotions/pluspricebuy/list.vue @@ -167,7 +167,10 @@ > {{ $t('ff141a64.3ae7e4') }} - + {{ registerJumpPathSummary }} - +
- +
- {{ $t('f06fa37c.66ab5e') }} + {{ + $t('f06fa37c.66ab5e') + }}
- + - - + + @@ -52,15 +29,8 @@ - +
diff --git a/src/views/settings/systemConfig/mailServiceSetting.vue b/src/views/settings/systemConfig/mailServiceSetting.vue index ff6f4ef..d96571b 100644 --- a/src/views/settings/systemConfig/mailServiceSetting.vue +++ b/src/views/settings/systemConfig/mailServiceSetting.vue @@ -166,11 +166,7 @@ export default { EMAIL_SENDER: this.strField(d, 'EMAIL_SENDER'), EMAIL_USER: this.strField(d, 'EMAIL_USER'), EMAIL_PASSWORD: this.strField(d, 'EMAIL_PASSWORD'), - EMAIL_ACTIVATION_H5_DOMAIN: this.strField( - d, - 'EMAIL_ACTIVATION_H5_DOMAIN', - 'EMAIL_H5_ACTIVATE_DOMAIN' - ), + EMAIL_ACTIVATION_H5_DOMAIN: this.strField(d, 'EMAIL_ACTIVATION_H5_DOMAIN', 'EMAIL_H5_ACTIVATE_DOMAIN'), EMAIL_ACTIVATION_PC_DOMAIN: this.strField(d, 'EMAIL_ACTIVATION_PC_DOMAIN') } },