Commit 25cceb26 authored by shiyl's avatar shiyl

修改埋点上传失败问题

parent 456ee00a
...@@ -47,6 +47,7 @@ class ConfirmOrderActivity : BaseMvvmActivity<BorderActivityConfirmOrderBinding, ...@@ -47,6 +47,7 @@ class ConfirmOrderActivity : BaseMvvmActivity<BorderActivityConfirmOrderBinding,
} }
override fun initView() { override fun initView() {
binding.commonTopBar.setOnCommonTopBarCallback(this, null)
XEventManager.register(this) XEventManager.register(this)
setView() setView()
subscribeUiEvent() subscribeUiEvent()
......
...@@ -294,6 +294,8 @@ class ConfirmOrderViewModel : BaseViewModel() { ...@@ -294,6 +294,8 @@ class ConfirmOrderViewModel : BaseViewModel() {
smallOrderInfoJsonObject.put("goods_sku_name", skuNameText.toString()) smallOrderInfoJsonObject.put("goods_sku_name", skuNameText.toString())
contextJsonObject.put("small_order_info", smallOrderInfoJsonObject) contextJsonObject.put("small_order_info", smallOrderInfoJsonObject)
jsonObject.put("contextMap", contextJsonObject) jsonObject.put("contextMap", contextJsonObject)
val entitiesJsonObject = JSONObject()
jsonObject.put("entitiesMap", entitiesJsonObject)
val propertiesJsonObject = JSONObject() val propertiesJsonObject = JSONObject()
propertiesJsonObject.put("event_id", "SHQNG_R_1628749670667") propertiesJsonObject.put("event_id", "SHQNG_R_1628749670667")
jsonObject.put("propertiesMap", propertiesJsonObject) jsonObject.put("propertiesMap", propertiesJsonObject)
......
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