Commit c946e76a by konghaorui

Merge branch 'feature/v3' of…

Merge branch 'feature/v3' of ssh://gitlab.yidianling.com:2224/app_android_lib/YDL-Component into feature/v3
parents 7f0d15a1 b56ae21b
......@@ -365,7 +365,7 @@ class WebJavascriptHandler : IJavascriptHandler{
wvEnventPro?.goHome(jsData.cmd?.params)
}
"chatUnread" -> {
wvEnventPro?.sendUnReadNum(jsData.cmd!!.callBack, jsData.cmd!!.params?.uid.toString())
wvEnventPro?.sendUnReadNum(jsData.cmd!!.params?.callBack, jsData.cmd!!.params?.uid.toString())
}
}
}
......
......@@ -17,10 +17,12 @@ class H5JsBean {
var params: Params? = null
var action_name: String? = null
var callBack: String = ""
class Params {
var callBack: String = "" // 用于回调的js方法名
var user_url: String? = null // 修改预约时间用户网址
var doc_url: String? = null // 修改预约时间专家网址
var dsmId: Int = 0 // 修改预约时间参数
......
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