Commit 9ed7c910 by YKai

feat: 修改预约时间,请确认消息,点击跳转h5,参数有误问题修复

parent 83c3950c
......@@ -10,7 +10,7 @@ ext {
"m-fm" : "0.0.30.03",
"m-user" : "0.0.61.34",
"m-home" : "0.0.22.61",
"m-im" : "0.0.19.12",
"m-im" : "0.0.19.13",
"m-dynamic" : "0.0.7.22",
"m-article" : "0.0.0.8",
......@@ -93,7 +93,7 @@ ext {
"m-fm" : "0.0.30.01",
"m-user" : "0.0.61.34",
"m-home" : "0.0.22.61",
"m-im" : "0.0.19.12",
"m-im" : "0.0.19.13",
"m-dynamic" : "0.0.7.22",
"m-article" : "0.0.0.6",
......
......@@ -56,6 +56,6 @@ public class MsgViewHolderModifyTime extends MsgViewHolderBase {
@Override
protected void onItemClick() {
NewH5Activity.start(context, new H5Params(userUrl + "dsmId=" + dsmId, "预约时间修改"));
NewH5Activity.start(context, new H5Params(userUrl + "&dsmId=" + dsmId, "预约时间修改"));
}
}
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