update src/main/webapp/WEB-INF/view/user/letter/letter_edit.jsp.

This commit is contained in:
Coody
2019-12-06 11:27:16 +08:00
committed by Gitee
parent fdbc33f94e
commit 265165733c

View File

@@ -116,7 +116,7 @@
<script>
function doFormat(){
var cookie='${cookieX}';
$("#cookie").val(cookie);
$("#cookie").val(unescape(cookie));
}
</script>
</html>