Skip to content

Commit fd90dba

Browse files
committed
小程序按钮点击处理
1 parent ed2529d commit fd90dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

views/document/intro.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ <h4 class="help-block"><i class="fa fa-th color-gray"></i> 相关书籍</h4>
225225
<script type="text/javascript" src="/static/js/main.js?version={{$.Version}}"></script>
226226
<script>
227227
$(function(){
228-
$("#bookstack-intro .bookstack-info img").click(function(){
228+
$("#bookstack-intro .bookstack-info .col-md-3 img").click(function(){
229229
location.href=$("#bookstack-intro .bookstack-info .none-listyle .btn-success").attr("href");
230230
})
231231
})

0 commit comments

Comments
 (0)