Browse Source

【修改】登录页点击版本号不显示版本历程弹框;

master
dyy 3 years ago
parent
commit
340dff40f8
13 changed files with 20 additions and 144 deletions
  1. +0
    -19
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/DefaultWxLogin.cshtml
  2. +3
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageFive.cshtml
  3. +0
    -18
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageFiveWxLogin.cshtml
  4. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageFour.cshtml
  5. +0
    -18
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageFourWxLogin.cshtml
  6. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageOne.cshtml
  7. +0
    -18
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageOneWxLogin.cshtml
  8. +8
    -5
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageSix.cshtml
  9. +1
    -19
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageSixWxLogin.cshtml
  10. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageThree.cshtml
  11. +0
    -18
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageThreeWxLogin.cshtml
  12. +2
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageTwo.cshtml
  13. +0
    -18
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageTwoWxLogin.cshtml

+ 0
- 19
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/DefaultWxLogin.cshtml View File

@@ -159,24 +159,5 @@
@Html.AppendJsFile("/Views/Login/Default/IndexWxLogin.js")
@Html.AppendJsFile("/Views/Login/ACLogon.js")

<script>
//点击版本号,显示版本号历史进程
$('.versionBtn').click(function () {
var html = '<div class="process"><div class="proTitle">历史进程</div><div class="pro_sec1">';
$.each(@(new HtmlString(ViewBag.VersionList)), function (i, item) {
var index = i % 2 == 0 ? 1 : 2;
html += '<div class="proBox proBox'+index+'">' + item.Content + '<div class="edition">' + item.VersionNum + '</div><div class="time">' + item.UpdateTime.slice(0,item.UpdateTime.indexOf("T"))+'</div></div>' ;
});
html += '</div></div>';

layer.open({
type: 1,
closeBtn: 2,
title: "版本号",
area: ['888px', '60%'],
content: html
})
});
</script>
</body>
</html>

+ 3
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageFive.cshtml View File

@@ -148,9 +148,9 @@
</script>
@Html.AppendJsFile("/Views/Login/PageFive/Index.js")
@Html.AppendJsFile("/Views/Login/ACLogon.js")
<script>
@*<script>
//点击版本号,显示版本号历史进程
$('.loginEdition').click(function () {
$('.bbh_span2').click(function () {
var html = '<div class="process"><div class="proTitle">历史进程</div><div class="pro_sec1">';
$.each(@(new HtmlString(ViewBag.VersionList)), function (i, item) {
var index = i % 2 == 0 ? 1 : 2;
@@ -166,6 +166,6 @@
content: html
})
});
</script>
</script>*@

</html>

+ 0
- 18
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageFiveWxLogin.cshtml View File

@@ -136,24 +136,6 @@
</script>
@Html.AppendJsFile("/Views/Login/PageFive/IndexWxLogin.js")
@Html.AppendJsFile("/Views/Login/ACLogon.js")
<script>
//点击版本号,显示版本号历史进程
$('.loginEdition').click(function () {
var html = '<div class="process"><div class="proTitle">历史进程</div><div class="pro_sec1">';
$.each(@(new HtmlString(ViewBag.VersionList)), function (i, item) {
var index = i % 2 == 0 ? 1 : 2;
html += '<div class="proBox proBox'+index+'">' + item.Content + '<div class="edition">' + item.VersionNum + '</div><div class="time">' + item.UpdateTime.slice(0,item.UpdateTime.indexOf("T"))+'</div></div>' ;
});
html += '</div></div>';

layer.open({
type: 1,
closeBtn: 2,
title: "版本号",
area: ['888px', '60%'],
content: html
})
});
</script>

</html>

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageFour.cshtml View File

@@ -148,7 +148,7 @@

@Html.AppendJsFile("/Views/Login/PageFour/Index.js")
@Html.AppendJsFile("/Views/Login/ACLogon.js")
<script>
@*<script>
//点击版本号,显示版本号历史进程
$('.loginEdition').click(function () {
var html = '<div class="process"><div class="proTitle">历史进程</div><div class="pro_sec1">';
@@ -166,5 +166,5 @@
content: html
})
});
</script>
</script>*@
</html>

+ 0
- 18
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageFourWxLogin.cshtml View File

@@ -129,23 +129,5 @@

@Html.AppendJsFile("/Views/Login/PageFour/IndexWxLogin.js")
@Html.AppendJsFile("/Views/Login/ACLogon.js")
<script>
//点击版本号,显示版本号历史进程
$('.loginEdition').click(function () {
var html = '<div class="process"><div class="proTitle">历史进程</div><div class="pro_sec1">';
$.each(@(new HtmlString(ViewBag.VersionList)), function (i, item) {
var index = i % 2 == 0 ? 1 : 2;
html += '<div class="proBox proBox'+index+'">' + item.Content + '<div class="edition">' + item.VersionNum + '</div><div class="time">' + item.UpdateTime.slice(0,item.UpdateTime.indexOf("T"))+'</div></div>' ;
});
html += '</div></div>';

layer.open({
type: 1,
closeBtn: 2,
title: "版本号",
area: ['888px', '60%'],
content: html
})
});
</script>
</html>

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageOne.cshtml View File

@@ -142,7 +142,7 @@

@Html.AppendJsFile("/Views/Login/PageOne/Index.js")
@Html.AppendJsFile("/Views/Login/ACLogon.js")
<script>
@*<script>
//点击版本号,显示版本号历史进程
$('.loginEdition').click(function () {
var html = '<div class="process"><div class="proTitle">历史进程</div><div class="pro_sec1">';
@@ -160,6 +160,6 @@
content: html
})
});
</script>
</script>*@

</html>

+ 0
- 18
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageOneWxLogin.cshtml View File

@@ -132,24 +132,6 @@

@Html.AppendJsFile("/Views/Login/PageOne/IndexWxLogin.js")
@Html.AppendJsFile("/Views/Login/ACLogon.js")
<script>
//点击版本号,显示版本号历史进程
$('.loginEdition').click(function () {
var html = '<div class="process"><div class="proTitle">历史进程</div><div class="pro_sec1">';
$.each(@(new HtmlString(ViewBag.VersionList)), function (i, item) {
var index = i % 2 == 0 ? 1 : 2;
html += '<div class="proBox proBox'+index+'">' + item.Content + '<div class="edition">' + item.VersionNum + '</div><div class="time">' + item.UpdateTime.slice(0,item.UpdateTime.indexOf("T"))+'</div></div>' ;
});
html += '</div></div>';

layer.open({
type: 1,
closeBtn: 2,
title: "版本号",
area: ['888px', '60%'],
content: html
})
});
</script>

</html>

+ 8
- 5
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageSix.cshtml View File

@@ -14,6 +14,7 @@
<link href="~/Content/css/LoginModel/loginPublic.css" rel="stylesheet" />
<link href="~/Content/css/LoginModel/common.css" rel="stylesheet" />
<link href="~/Content/css/LoginModel/login8.css" rel="stylesheet" />
<link href="~/Content/css/process.css" rel="stylesheet" />
<!--自适应-->
<!--自适应-->

@@ -94,10 +95,12 @@
</div>
<div class="loginFooter">
<div>
版本号 : @if (ViewBag.Version)
<span class="loginEdition">
版本号 : @if (ViewBag.Version)
{
@ViewBag.errornum
} &nbsp; &nbsp; &nbsp; 在线用户人数 : @ViewBag.OnlineUserNum 人
@ViewBag.VersionNum
}
</span>&nbsp; &nbsp; &nbsp; 在线用户人数 : @ViewBag.OnlineUserNum 人
</div>
<div>北京金隅科技学校 &nbsp; &nbsp; &nbsp; 智慧校园 版权所有</div>
<!--京ICP备13045367号-->
@@ -139,7 +142,7 @@
</script>
@Html.AppendJsFile("/Views/Login/PageSix/Index.js")
@Html.AppendJsFile("/Views/Login/ACLogon.js")
<script>
@*<script>
//点击版本号,显示版本号历史进程
$('.loginEdition').click(function () {
var html = '<div class="process"><div class="proTitle">历史进程</div><div class="pro_sec1">';
@@ -157,7 +160,7 @@
content: html
})
});
</script>
</script>*@
</body>

</html>

+ 1
- 19
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageSixWxLogin.cshtml View File

@@ -126,25 +126,7 @@
</script>
@Html.AppendJsFile("/Views/Login/PageSix/IndexWxLogin.js")
@Html.AppendJsFile("/Views/Login/ACLogon.js")
<script>
//点击版本号,显示版本号历史进程
$('.loginEdition').click(function () {
var html = '<div class="process"><div class="proTitle">历史进程</div><div class="pro_sec1">';
$.each(@(new HtmlString(ViewBag.VersionList)), function (i, item) {
var index = i % 2 == 0 ? 1 : 2;
html += '<div class="proBox proBox'+index+'">' + item.Content + '<div class="edition">' + item.VersionNum + '</div><div class="time">' + item.UpdateTime.slice(0,item.UpdateTime.indexOf("T"))+'</div></div>' ;
});
html += '</div></div>';

layer.open({
type: 1,
closeBtn: 2,
title: "版本号",
area: ['888px', '60%'],
content: html
})
});
</script>
</body>

</html>

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageThree.cshtml View File

@@ -153,7 +153,7 @@
</script>
@Html.AppendJsFile("/Views/Login/PageThree/Index.js")
@Html.AppendJsFile("/Views/Login/ACLogon.js")
<script>
@*<script>
//点击版本号,显示版本号历史进程
$('.loginEdition').click(function () {
var html = '<div class="process"><div class="proTitle">历史进程</div><div class="pro_sec1">';
@@ -171,6 +171,6 @@
content: html
})
});
</script>
</script>*@

</html>

+ 0
- 18
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageThreeWxLogin.cshtml View File

@@ -129,24 +129,6 @@
</script>
@Html.AppendJsFile("/Views/Login/PageThree/IndexWxLogin.js")
@Html.AppendJsFile("/Views/Login/ACLogon.js")
<script>
//点击版本号,显示版本号历史进程
$('.loginEdition').click(function () {
var html = '<div class="process"><div class="proTitle">历史进程</div><div class="pro_sec1">';
$.each(@(new HtmlString(ViewBag.VersionList)), function (i, item) {
var index = i % 2 == 0 ? 1 : 2;
html += '<div class="proBox proBox'+index+'">' + item.Content + '<div class="edition">' + item.VersionNum + '</div><div class="time">' + item.UpdateTime.slice(0,item.UpdateTime.indexOf("T"))+'</div></div>' ;
});
html += '</div></div>';

layer.open({
type: 1,
closeBtn: 2,
title: "版本号",
area: ['888px', '60%'],
content: html
})
});
</script>

</html>

+ 2
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageTwo.cshtml View File

@@ -139,7 +139,7 @@
</script>
@Html.AppendJsFile("/Views/Login/PageTwo/Index.js")
@Html.AppendJsFile("/Views/Login/ACLogon.js")
<script>
@*<script>
//点击版本号,显示版本号历史进程
$('.loginEdition').click(function () {
var html = '<div class="process"><div class="proTitle">历史进程</div><div class="pro_sec1">';
@@ -157,6 +157,6 @@
content: html
})
});
</script>
</script>*@

</html>

+ 0
- 18
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/Login/PageTwoWxLogin.cshtml View File

@@ -127,24 +127,6 @@
</script>
@Html.AppendJsFile("/Views/Login/PageTwo/IndexWxLogin.js")
@Html.AppendJsFile("/Views/Login/ACLogon.js")
<script>
//点击版本号,显示版本号历史进程
$('.loginEdition').click(function () {
var html = '<div class="process"><div class="proTitle">历史进程</div><div class="pro_sec1">';
$.each(@(new HtmlString(ViewBag.VersionList)), function (i, item) {
var index = i % 2 == 0 ? 1 : 2;
html += '<div class="proBox proBox'+index+'">' + item.Content + '<div class="edition">' + item.VersionNum + '</div><div class="time">' + item.UpdateTime.slice(0,item.UpdateTime.indexOf("T"))+'</div></div>' ;
});
html += '</div></div>';

layer.open({
type: 1,
closeBtn: 2,
title: "版本号",
area: ['888px', '60%'],
content: html
})
});
</script>

</html>

Loading…
Cancel
Save