Browse Source

PayStack支付文字翻译

kevin_zhangl 3 years ago
parent
commit
ac56ed3cd1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontendEle/src/views/shop/order.vue

+ 1 - 1
frontendEle/src/views/shop/order.vue

@@ -473,7 +473,7 @@
             // 关闭支付回调
             handleClose() {
                 let _this = this
-                _this.$confirm('确认关闭?').then(() => {
+                _this.$confirm('Confirm to close?').then(() => {
                     return network.postData('shop/delete-approach-order', {orderSn: this.form.orderSn}).then(() => {
                         // 关闭支付模态框
                         _this.visible = false