Commit e374c690 by doszhang

dos

parent 59f0dee1
......@@ -119,6 +119,8 @@ $(document).ready(function () {
}, imgInfo);
return false;
});
$('.btn-createposter').on('click', createPoster);
// $('.btn-retry').on('click', () => {
// $('input[name=btn-upload]').click()
// });
......@@ -283,7 +285,7 @@ function backToHome() {
// }
// }
function createPoster(name, business) {
function createPoster() {
$('#notification_area').remove();
my_notify('正在生成海报,请稍候', 60000);
......
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