From ba467cb065d46a3fbf39026f66e2348f54b2bc17 Mon Sep 17 00:00:00 2001 From: lch Date: Fri, 30 Apr 2021 09:09:51 +0000 Subject: [PATCH] =?UTF-8?q?=EC=84=A0=ED=83=9D=ED=95=9C=20=EC=86=8C?= =?UTF-8?q?=EC=86=8D=EC=A0=95=EB=B3=B4=EA=B0=80=20=EC=97=86=EC=9D=84=20?= =?UTF-8?q?=EA=B2=BD=EC=9A=B0=20=EC=83=81=EB=8B=A8=20=ED=9A=8C=EC=82=AC?= =?UTF-8?q?=EC=A0=95=EB=B3=B4=20=EC=B6=9C=EB=A0=A5=20=EC=A0=9C=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FO/Views/My/Index.cshtml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/FO/Views/My/Index.cshtml b/FO/Views/My/Index.cshtml index 1177829..0278001 100644 --- a/FO/Views/My/Index.cshtml +++ b/FO/Views/My/Index.cshtml @@ -29,19 +29,19 @@ } }
-
- @if (Model.Assign != null) - { + @if (Model.Assign != null) + { +
  • 회사명 : @Model.Assign.asname
  • 연락처(이메일) : @(Model.Assign.mphone) @(Model.Assign.taxemail == null ? "" : "(" + Model.Assign.taxemail + ")")
- } - @if(Model.Assign != null && Model.Assign.status == 1) + @if (Model.Assign.status == 1) {

※ 정보가 변경되었을 경우 정보 수정페이지로 이동하여 정확한 정보를 변경하여 주시기 바랍니다 정보수정

}
+ }