Browse Source

仅退款

shish 4 years ago
parent
commit
ac490dbc61
1 changed files with 3 additions and 0 deletions
  1. 3 0
      ghsApp/src/pagesOrder/refund.vue

+ 3 - 0
ghsApp/src/pagesOrder/refund.vue

@@ -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=>{