Commit 5e690727 by caohongzhe

ReportController:修改发送消息方法。

reportDetaol:添加dealResult=4为“举报属实”。
reportTrack:修改举报属性个状态可见“是否完成”。
parent ddc2f410
......@@ -43,6 +43,8 @@
dealResult = "举报无效";
}else if (dealResult == "3"){
dealResult = "举报受理";
}else if (dealResult == "4"){
dealResult = "举报属实";
}
$("#dealResult").val(dealResult);
});
......
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