diff --git a/Samples/net45-mvc/Senparc.Weixin.MP.Sample/Scripts/global.js b/Samples/net45-mvc/Senparc.Weixin.MP.Sample/Scripts/global.js index f1b0c8175d..28b752799a 100644 --- a/Samples/net45-mvc/Senparc.Weixin.MP.Sample/Scripts/global.js +++ b/Samples/net45-mvc/Senparc.Weixin.MP.Sample/Scripts/global.js @@ -9,7 +9,7 @@ $(function () { }); var noticeareaHeight = $('#noticearea').height(); - var noticeareaHeight_shrink = noticeareaHeight * 2 / 4; + var noticeareaHeight_shrink = noticeareaHeight * 2 / 5; $('#noticearea').animate({ height: noticeareaHeight_shrink }, 1000); $('#noticearea').hover(function () { if (noticeareaHeightChanging) { diff --git a/Samples/net45-mvc/Senparc.Weixin.MP.Sample/Views/Shared/_Layout.cshtml b/Samples/net45-mvc/Senparc.Weixin.MP.Sample/Views/Shared/_Layout.cshtml index 48ba3daebb..51faec036b 100644 --- a/Samples/net45-mvc/Senparc.Weixin.MP.Sample/Views/Shared/_Layout.cshtml +++ b/Samples/net45-mvc/Senparc.Weixin.MP.Sample/Views/Shared/_Layout.cshtml @@ -4,7 +4,7 @@