diff --git a/frontend/views/common/index.php b/frontend/views/common/index.php index 634c717..29df20f 100644 --- a/frontend/views/common/index.php +++ b/frontend/views/common/index.php @@ -105,14 +105,6 @@ - @@ -122,6 +114,7 @@ + diff --git a/frontend/web/assets/js/model.js b/frontend/web/assets/js/model.js new file mode 100644 index 0000000..901bfe0 --- /dev/null +++ b/frontend/web/assets/js/model.js @@ -0,0 +1,6 @@ +$(function(){ + $(".prompt").click(function(){ + $(".model_wrap").show(); + console.log(1); + }) +}); \ No newline at end of file