|
@ -162,7 +162,7 @@ |
|
|
this.form.type = this.titleIndex |
|
|
this.form.type = this.titleIndex |
|
|
this.form.reasonPic = this.fileList.map(item=>item.url).join(",") |
|
|
this.form.reasonPic = this.fileList.map(item=>item.url).join(",") |
|
|
console.log(this.form, "form"); |
|
|
console.log(this.form, "form"); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.$api('refundOrder', this.form, res => { |
|
|
this.$api('refundOrder', this.form, res => { |
|
|
if (res.code == 200) { |
|
|
if (res.code == 200) { |
|
|
uni.showToast({ |
|
|
uni.showToast({ |
|
|