@@ -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