Explorar el Código

退款新增参数

zhengkaixin hace 2 años
padre
commit
5a61b6e456
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. 4 1
      pages/user/refundList.vue

+ 4 - 1
pages/user/refundList.vue

@@ -159,7 +159,10 @@
 					
 				})
 				var _this=this
-				let data = {amount:_self.account.availableAmount,refundChannel:'wechat'}
+				let data = {amount:_self.account.availableAmount,
+				refundChannel:'wechat',
+				applicationChannel:"D",
+				}
 				api.personAccountRefundApplication(data).then(function(res){
 					uni.hideLoading()
 					if(res.result){