Commit 25b51592 by 霍志良

fix:m-confide组件增加merchanttype字段

parent 936282f0
......@@ -66,7 +66,7 @@ class ConfideWebServiceImpl{
//支付弹窗
//参数转换
var confidePay = ConfidePayParams(it.data?.payTitle?:"倾诉服务",it.data?.listenOrderPrice,it.data?.coupon?.couponMoney?:0.00,
it.data?.userBaseInfoRespDto?.availableMoney?:0.00,it.data?.payId?:"","")
it.data?.userBaseInfoRespDto?.availableMoney?:0.00,it.data?.payId?:"","","")
confidePayDialog(id,type,activity,confidePay,callType)
} else if (100008 == it.data?.dialDetail?.dialStatus) {
CommonDialog(activity)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment