Commit 5389adce by yang.kai

feat: 无可用时间ui调整,增加埋点

parent 9411cf30
......@@ -10,7 +10,7 @@ ext {
"m-fm" : "0.0.30.04",
"m-user" : "0.0.61.82",
"m-home" : "0.0.22.84",
"m-im" : "0.0.20.77",
"m-im" : "0.0.20.79",
"m-dynamic" : "0.0.7.35",
"m-article" : "0.0.0.10",
......
......@@ -71,6 +71,9 @@ class ExpertConsultServiceListDialog(val mContext: Context, val mList: List<Serv
}
override fun addTime() { // 提醒添加时间回调
dismiss()
// 埋点
ActionCountUtils.baiDuCountSign3("ydl_user_product_page","remind_add_click",toUid,ActionHandlerStorage.getL(toUid).info.name,"")
// 发送提醒消息
val customTime = CustomAttachSubScriptTime("请尽快添加可预约时间")
val message = MessageBuilder.createCustomMessage(toUid, SessionTypeEnum.P2P, "请尽快添加可预约时间", customTime)
......@@ -88,9 +91,6 @@ class ExpertConsultServiceListDialog(val mContext: Context, val mList: List<Serv
}
})
// 埋点
ActionCountUtils.baiDuCountSign3("ydl_user_product_page","remind_add_click",toUid,ActionHandlerStorage.getL(toUid).info.name,"")
dismiss()
}
})
......
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