Skip to content

Commit

Permalink
小程序按钮点击处理
Browse files Browse the repository at this point in the history
  • Loading branch information
TruthHun88 committed Mar 31, 2020
1 parent ed2529d commit fd90dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/document/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ <h4 class="help-block"><i class="fa fa-th color-gray"></i> 相关书籍</h4>
<script type="text/javascript" src="/static/js/main.js?version={{$.Version}}"></script>
<script>
$(function(){
$("#bookstack-intro .bookstack-info img").click(function(){
$("#bookstack-intro .bookstack-info .col-md-3 img").click(function(){
location.href=$("#bookstack-intro .bookstack-info .none-listyle .btn-success").attr("href");
})
})
Expand Down

0 comments on commit fd90dba

Please sign in to comment.