From 1848da8daae48db87a0a698084e03bd3aa1e8f5f Mon Sep 17 00:00:00 2001 From: hehongxing Date: Fri, 29 Apr 2022 15:41:09 +0800 Subject: [PATCH] commit --- 04.系统编码/App/App.csproj | 18 +++++++++++++++++- .../App/Content/scripts/beijing/map.js | 2 +- .../App/Content/scripts/menggu/map.js | 2 +- .../App/Views/Shared/_Layout.cshtml | 1 + 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/04.系统编码/App/App.csproj b/04.系统编码/App/App.csproj index f250d03..65d2c4b 100644 --- a/04.系统编码/App/App.csproj +++ b/04.系统编码/App/App.csproj @@ -236,6 +236,14 @@ + + + + + + + + @@ -326,7 +334,6 @@ - @@ -338,6 +345,14 @@ + + + + + + + + @@ -360,6 +375,7 @@ + diff --git a/04.系统编码/App/Content/scripts/beijing/map.js b/04.系统编码/App/Content/scripts/beijing/map.js index c8b0223..183228d 100644 --- a/04.系统编码/App/Content/scripts/beijing/map.js +++ b/04.系统编码/App/Content/scripts/beijing/map.js @@ -689,7 +689,7 @@ var Map = function (parent) { $('#capture-button').on('click', function () { var returned = Capture(); if (returned === emCaptureFailed || returned === emCaptureUnknown) { - $('#capture-button').hide(); + $('#capture-button').css("opacity", "1"); $('#download-button').css("opacity", "1"); } }); diff --git a/04.系统编码/App/Content/scripts/menggu/map.js b/04.系统编码/App/Content/scripts/menggu/map.js index 88094a7..cdca0f8 100644 --- a/04.系统编码/App/Content/scripts/menggu/map.js +++ b/04.系统编码/App/Content/scripts/menggu/map.js @@ -402,7 +402,7 @@ var Map = function (parent) { $('#capture-button').on('click', function () { var returned = Capture(); if (returned === emCaptureFailed || returned === emCaptureUnknown) { - $('#capture-button').hide(); + $('#capture-button').css("opacity", "1"); $('#download-button').css("opacity", "1"); } }); diff --git a/04.系统编码/App/Views/Shared/_Layout.cshtml b/04.系统编码/App/Views/Shared/_Layout.cshtml index b2aa046..613efa6 100644 --- a/04.系统编码/App/Views/Shared/_Layout.cshtml +++ b/04.系统编码/App/Views/Shared/_Layout.cshtml @@ -51,6 +51,7 @@ +