From 1cfac50cc5a9fb94b328f83082d6d559bb057b3d Mon Sep 17 00:00:00 2001 From: yedajiang44 <602830483@qq.com> Date: Wed, 29 Sep 2021 14:28:17 +0800 Subject: [PATCH] =?UTF-8?q?1078=E7=BB=84=E5=8C=85=E9=A1=B5=E5=B8=83?= =?UTF-8?q?=E5=B1=80=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/JTTools/Pages/JT1078Pack.razor | 240 ++++++++++++++++++----------- 1 file changed, 153 insertions(+), 87 deletions(-) diff --git a/src/JTTools/Pages/JT1078Pack.razor b/src/JTTools/Pages/JT1078Pack.razor index 4ac5db4..57599ac 100644 --- a/src/JTTools/Pages/JT1078Pack.razor +++ b/src/JTTools/Pages/JT1078Pack.razor @@ -14,96 +14,162 @@ @using System.ComponentModel.DataAnnotations; @using System.Text.Json; - - -@if (MsgType == "0x9101") -{ -
- - SIM - - - 流水号 - - - IP地址 - - - Tcp端口 - - - Udp端口 - - - 通道号 - - - - - - - - + + - - - - -
-} -else if (MsgType == "0x9102") -{ -
- - SIM - - - 流水号 - - - 通道号 - - - - - - - -
-} - -