diff --git a/module/my/js/common.js b/module/my/js/common.js index 37a1292422..60242230cc 100644 --- a/module/my/js/common.js +++ b/module/my/js/common.js @@ -3,6 +3,7 @@ $(function() if(typeof mode === 'string') { $('#subNavbar li[data-id=' + mode + ']').addClass('active'); + if(typeof rawMethod === 'string' && rawMethod == 'work') $('#subNavbar li[data-id=' + mode + '] a').append('' + total + ''); } var scp = $('[data-id="changePassword"] a'); var sign = config.requestType == 'GET' ? '&' : '?'; diff --git a/module/my/view/bug.html.php b/module/my/view/bug.html.php index 2984f29f3e..1e0c6c61ec 100644 --- a/module/my/view/bug.html.php +++ b/module/my/view/bug.html.php @@ -12,6 +12,8 @@ ?> +recTotal);?> +rawMethod);?>