Commit ab7a09d1 by doszhang

dos

parent 9cab421a
...@@ -119,7 +119,9 @@ $(document).ready(function () { ...@@ -119,7 +119,9 @@ $(document).ready(function () {
}); });
function changePoster() { function changePoster() {
createPoster(); let name = $('input[name=name]').val();
let business = $('input[name=business]').val();
createPoster(name, business);
} }
function backToHome() { function backToHome() {
......
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 sign in to comment