소스 검색

支付宝

shish 3 년 전
부모
커밋
54750ebcf9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      ghsApp/src/pagesOrder/detail.vue

+ 2 - 2
ghsApp/src/pagesOrder/detail.vue

@@ -362,8 +362,8 @@ export default {
 			})
 		},
 		goRefund(){
-			if(this.detailInfo.payWay == 1){
-				this.$msg('支付宝订单暂不支持退款,请线下退款')
+			if(this.detailInfo.payWay == 1 && this.detailInfo.onlinePay == 2){
+				this.$msg('支付宝线上支付暂不支持退款,请线下退款')
 				return false
 			}
 			this.$util.pageTo({url:'/pagesOrder/refund?id='+this.option.id})