mirror of
https://github.com/WenPai-org/wpicp-license.git
synced 2025-08-06 07:15:11 +08:00
v2.0 预发布版本
新增证照中心、认证标志管理、多站点兼容
This commit is contained in:
parent
b1b19b21c4
commit
e2c835de74
29 changed files with 843 additions and 269 deletions
9
assets/js/admin.js
Normal file
9
assets/js/admin.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
jQuery(document).ready(function($) {
|
||||
$('.wpicp-tabs .nav-tab').on('click', function(e) {
|
||||
e.preventDefault();
|
||||
$('.wpicp-tabs .nav-tab').removeClass('nav-tab-active');
|
||||
$(this).addClass('nav-tab-active');
|
||||
$('.wpicp-tabs .tab-content').hide();
|
||||
$($(this).attr('href')).show();
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue