Ver Fonte

去除申请退款完成后的提示

vaecebyZ há 10 meses atrás
pai
commit
0ab5033c51
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      my/order/refund.vue

+ 4 - 4
my/order/refund.vue

@@ -104,10 +104,10 @@ import {applyRefund} from '@/api/payment.js'
 					applyRefund(this.query).then(res=>{
 						this.loading = false
 						if(res.state == 'Success'){
-							uni.showToast({
-								title:'申请成功',
-								icon:'success'
-							})
+							// uni.showToast({
+							// 	title:'申请成功',
+							// 	icon:'success'
+							// })
 							uni.navigateBack()
 						}
 					})