shish 3 lat temu
rodzic
commit
c5716e55c0
1 zmienionych plików z 1 dodań i 1 usunięć
  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 => {
 				refund(refundParams).then(res => {
 					if(res.code == 1){
 					if(res.code == 1){
 						uni.hideLoading()
 						uni.hideLoading()
-						this.$util.pageTo({url: '/pagesOrder/refundSuccess',type:2})
+						this.$util.pageTo({url: '/pagesOrder/refundSuccess?id='+res.data.id,type:2})
 					}
 					}
 				})
 				})
 			})
 			})