From ff802f4663d0e633afacb2bbb09390f3a907f70e Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sun, 3 Dec 2023 23:23:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E6=94=AF=E4=BB=98=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E8=B4=A7=E5=B8=81=E7=AC=A6=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/payment/payment.vue | 9 ++-- pages/buy/buy.vue | 2 +- .../orderallot-list/orderallot-list.vue | 45 +++++++++++++++++-- pages/user-order/user-order.vue | 32 +++++++++++-- 4 files changed, 78 insertions(+), 10 deletions(-) diff --git a/components/payment/payment.vue b/components/payment/payment.vue index b417db46..f177b0a6 100644 --- a/components/payment/payment.vue +++ b/components/payment/payment.vue @@ -25,7 +25,7 @@ - {{ currency_symbol }} + {{ propCurrencySymbol }} {{ propPayPrice }} @@ -67,7 +67,11 @@ import componentPopup from '@/components/popup/popup'; export default { name: 'pay', - props: { + props: { + propCurrencySymbol: { + type: String, + default: app.globalData.data.currency_symbol, + }, propPayUrl: { type: String, default: '', @@ -198,7 +202,6 @@ payment_id: Number(this.propPaymentId) === 0 ? this.propDefaultPaymentId : Number(this.propPaymentId), submit_disabled_status: true, order_id: 0, - currency_symbol: app.globalData.data.currency_symbol, popup_view_pay_html_is_show: false, }; }, diff --git a/pages/buy/buy.vue b/pages/buy/buy.vue index cfd38b33..4bdab070 100644 --- a/pages/buy/buy.vue +++ b/pages/buy/buy.vue @@ -110,7 +110,7 @@ - + {{ currency_symbol }}{{ group.order_base.total_price }} {{ currency_symbol }}{{ group.order_base.actual_price }} diff --git a/pages/plugins/realstore/orderallot-list/orderallot-list.vue b/pages/plugins/realstore/orderallot-list/orderallot-list.vue index 9149294c..9087ccee 100644 --- a/pages/plugins/realstore/orderallot-list/orderallot-list.vue +++ b/pages/plugins/realstore/orderallot-list/orderallot-list.vue @@ -51,7 +51,7 @@ (item.operate_data.is_order_frequencycard || 0) == 1 " class="item-operation tr br-t padding-vertical-main"> - + @@ -74,6 +74,7 @@ - + @@ -108,6 +108,7 @@