Parcourir la source

PayStack支付文字翻译

kevin_zhangl il y a 3 ans
Parent
commit
ac56ed3cd1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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