@@ -171,6 +171,9 @@ export default {
},
computed:{
refundMoneyFun(){
+ if(this.refundType == 2){
+ return
+ }
this.refundPrice = 0
if(!this.$util.isEmpty(this.product)){
this.product.forEach(ele=>{