diff --git a/app/views/shixuns/_achieve_ways.html.erb b/app/views/shixuns/_achieve_ways.html.erb index cf2b83713..3923370a5 100644 --- a/app/views/shixuns/_achieve_ways.html.erb +++ b/app/views/shixuns/_achieve_ways.html.erb @@ -33,6 +33,10 @@ <% end %> <% end %> +
+ + +
确定 取消 @@ -45,10 +49,10 @@ var $Path = ''; $(".old-icon-file").click(function(){ $Path = $(this).html(); - return $Path; + $("#points_tusi").val($Path); }); $("#add_path").click(function(){ - $("#shixun_file_path").val($Path); + $("#shixun_file_path").val($("#points_tusi").val()); $("#popupWrap").hide(); }); $("#back_page").click(function(){