diff --git a/components/payment/payment.vue b/components/payment/payment.vue index 5ec673f2..6f05c5a4 100644 --- a/components/payment/payment.vue +++ b/components/payment/payment.vue @@ -776,7 +776,8 @@ // 现金支付 uni.showModal({ content: msg, - showCancel: false, + showCancel: false, + confirmText: this.$t('common.confirm'), success(res) { if (res.confirm) { // 跳转支付页面 diff --git a/pages/buy/buy.vue b/pages/buy/buy.vue index 9f6fe26b..e0f22281 100644 --- a/pages/buy/buy.vue +++ b/pages/buy/buy.vue @@ -8,7 +8,7 @@ - {{ item.name }} + {{ item.name }}