shish %!s(int64=3) %!d(string=hai) anos
pai
achega
c5716e55c0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ghsApp/src/pagesOrder/refund.vue

+ 1 - 1
ghsApp/src/pagesOrder/refund.vue

@@ -159,7 +159,7 @@ export default {
 				refund(refundParams).then(res => {
 					if(res.code == 1){
 						uni.hideLoading()
-						this.$util.pageTo({url: '/pagesOrder/refundSuccess',type:2})
+						this.$util.pageTo({url: '/pagesOrder/refundSuccess?id='+res.data.id,type:2})
 					}
 				})
 			})