|
|
|
@ -81,7 +81,6 @@ class MyDetailPage extends LazyRenderable |
|
|
|
cancelButtonText: '取消', |
|
|
|
type: 'warning' |
|
|
|
}).then(() => { |
|
|
|
this.dialogFormVisible = false; |
|
|
|
that = this; |
|
|
|
$.ajax({ |
|
|
|
url: "order_goods_refund", |
|
|
|
@ -104,6 +103,7 @@ class MyDetailPage extends LazyRenderable |
|
|
|
that.show_refund_2=false |
|
|
|
that.show_refund_3=true |
|
|
|
} |
|
|
|
that.dialogFormVisible = false; |
|
|
|
}, |
|
|
|
error: function (xhr, err) { |
|
|
|
console.log("错误", err) |
|
|
|
|