From b0d3e9aa33bb0dc58ee2af5162819f237857c793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Mon, 24 Nov 2025 09:18:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/common/langs/en.js | 24 +- src/components/common/langs/zh.js | 16 +- src/components/page/Complete_profile.vue | 169 +++--- src/components/page/PreIngestedEditor.vue | 497 ++++++++++-------- src/components/page/articleList.vue | 64 ++- .../pendingPayment/OrderConfirmation.vue | 36 +- 6 files changed, 467 insertions(+), 339 deletions(-) diff --git a/src/components/common/langs/en.js b/src/components/common/langs/en.js index f75818b..122b7c1 100644 --- a/src/components/common/langs/en.js +++ b/src/components/common/langs/en.js @@ -403,23 +403,27 @@ const en = { pendingPayment: { title: 'Title', journal: 'Journal', - Paymentamount: 'Payment Amount', - Paymentstatus: 'Payment Status', + Paymentamount: 'Payment amount', + subtotal: 'Subtotal', payment: 'Online Payment', payDetail: 'Payment Details', - total: 'Total price', - youhui: 'Discount', - discountprice: 'Discount price', + total: 'Original price', + youhui: 'Final price', + discountprice: 'Final price after discount', youhuiremark: 'Discount description', - submitOrder: 'Submit Order', - state0: 'Obligation', - state1: 'Payment successful', + submitOrder: 'Make a payment', + state0: 'Pending payment', + state1: 'Payment successfully', state2: 'Cancelled', - paymentmethod: 'Payment Method', - Disbursements: 'Disbursements', + paymentmethod: 'Payment method', + Disbursements: 'Payment amount', Confirmorderinformation: 'Confirm order information', orderDetail: 'Order information', + pendingpayment: 'Pending payment', + Paymentsuccessfully: 'Payment successfully', + Paymentstatus: 'Payment status', + time: 'Payment time', }, PreAccept: { successInfo: 'Congratulations! Your manuscript has entered into Pre-accept status. Now please check and complete the necessary information of your manuscript for final publication.', diff --git a/src/components/common/langs/zh.js b/src/components/common/langs/zh.js index 54f018b..0e8d20e 100644 --- a/src/components/common/langs/zh.js +++ b/src/components/common/langs/zh.js @@ -399,18 +399,22 @@ const zh = { subtotal: '小计', payment: '在线缴费', payDetail: '付款详情', - total: '总价', - youhui: '优惠', - discountprice: '折扣价格', - youhuiremark: '优惠说明', - submitOrder: '提交订单', + total: '原价', + youhui: '折扣价', + discountprice: '折扣价', + youhuiremark: '折扣说明', + submitOrder: '付款', state0: '待付款', state1: '已缴费', state2: '已取消', paymentmethod: '付款方式', - Disbursements: '已付款', + Disbursements: '支付金额', Confirmorderinformation: '确认订单信息', orderDetail: '订单信息', + pendingpayment: '待付款', + Paymentsuccessfully: '已付款', + Paymentstatus: '缴费状态', + time: '缴费时间', }, PreAccept: { successInfo: 'Congratulations! Your manuscript has entered into Pre-accept status. Now please check and complete the necessary information of your manuscript for final publication.', diff --git a/src/components/page/Complete_profile.vue b/src/components/page/Complete_profile.vue index f315132..cfe13b9 100644 --- a/src/components/page/Complete_profile.vue +++ b/src/components/page/Complete_profile.vue @@ -8,15 +8,15 @@ color: #67c23a; display: flex; align-items: center; - justify-content: space-between; + /* justify-content: space-between; */ " > Dear {{ user_name }} , Congratulations! You manuscript has been pre-accepted for publication in {{ journalInfo.title }}. Please review and complete the necessary information of your manuscript. Kindly note that an article processing charge is - required for final publication.. Please review and complete the necessary information of your manuscript. + {{ isFree ? '' : 'Kindly note that an article processing charge is required for final publication.' }}
@@ -60,49 +60,74 @@- How to apply for a discount? Please see - our discount policy here: - https://www.tmrjournals.com/tmr/free-application/. -
-- Click here +
+ How to apply for a discount? + Please see our discount policy here: + https://www.tmrjournals.com/tmr/free-application/. +
++ Click here + to access the payment page. +
A total of @@ -147,7 +173,7 @@
If you experience any problems, please contact us by {{ journalInfo.email }}
+Should you encounter any issues, please feel free to contact us at {{ journalInfo.email }}
- Manuscript unpaid -
-- Paid already -
-{{ item.rongCont }}
-+
+ + Manuscript unpaid + + + Paid already + + + No payment required + +
+{{ item.rongCont }}
+
{{ article_pay_info.fee_remark }} +
+ +{{ formatAmount(Number(article_pay_info.paystation_fee / 100)) }} + {{ article_pay_info.paystation_currency }}
+ + +{{ article_pay_info.paystation_time ? article_pay_info.paystation_time : 'unknown' }} +
+ +