Commit 77be0f87 authored by shiyl's avatar shiyl

修改ping++传递的charge

parent 9b9ead2f
...@@ -205,7 +205,7 @@ class ConfirmOrderViewModel : BaseViewModel() { ...@@ -205,7 +205,7 @@ class ConfirmOrderViewModel : BaseViewModel() {
it?.let { it?.let {
ToastUtils.showShortSafe("获取charge成功:${it.size}") ToastUtils.showShortSafe("获取charge成功:${it.size}")
// 调起支付 // 调起支付
_toPaymentEvent.value = Gson().toJson(it[0].v?.charges) _toPaymentEvent.value = Gson().toJson(it[0].v)
} }
} }
} }
......
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