|
@@ -142,7 +142,7 @@ export default {
|
|
|
orderId: this.orderId,
|
|
|
refundFile: this.fileurl.toString()
|
|
|
}
|
|
|
- this.$toast('申请成功')
|
|
|
+ this.$toast('正在申请售后中...')
|
|
|
setTimeout(() => {
|
|
|
this.$api
|
|
|
.postJson('/refundOrder/apply', params)
|
|
@@ -155,7 +155,9 @@ export default {
|
|
|
'redirectTo'
|
|
|
)
|
|
|
})
|
|
|
- .catch(err => {})
|
|
|
+ .catch(err => {
|
|
|
+ this.disabled = false
|
|
|
+ })
|
|
|
}, 1000)
|
|
|
},
|
|
|
//
|