shish 4 سال پیش
والد
کامیت
ac490dbc61
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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=>{