Commit e893a877 by 霍志良

feat:修复BUG

parent 71169205
......@@ -49,8 +49,11 @@ class ExpertConsultWebview : RelativeLayout {
fun setData(productBean: ServiceItemBean.ProductsBean) {
this.productBean = productBean
jumpUrl =
HttpConfig.MH5_URL + "wb/product/chat/template?doctorId=${doctorID}{&cateId=634&productId=${productBean.productDto.id}"
wv_content.loadUrl(jumpUrl)
HttpConfig.MH5_URL + "wb/product/chat/template?doctorId=${doctorID}&productId=${productBean.productDto.id}"
val jtoJHandle = WebModularServiceUtils.getWebService()
.getJavascripHandler(mContext as Activity, tellData = TellData())
val url = WebUrlParamsUtils.getSuffix(jumpUrl, jtoJHandle.getUriAppendSuffix())
wv_content.loadUrl(url)
}
private fun shouldOverridePayUrl(view: WebView, url: String): Boolean {
......
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