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