Commit e40ebcde authored by qipeng's avatar qipeng

退款成功后不再显示

parent 302c2134
...@@ -230,7 +230,7 @@ export default { ...@@ -230,7 +230,7 @@ export default {
} }
this.$request('order/userOrder/refundTicket',data).then((res)=>{ this.$request('order/userOrder/refundTicket',data).then((res)=>{
if(res.code == '00'){ if(res.code == '00'){
this.toUploadType = true //this.toUploadType = true
uni.hideLoading() uni.hideLoading()
uni.showToast({ uni.showToast({
title: '申请成功', title: '申请成功',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment