Commit 6d749e6d LN

二维码判断修改

1 个父辈 50d16e46
此文件类型无法预览
......@@ -295,7 +295,8 @@ namespace OnlineStore.DeviceLibrary
string[] strarray = code.Split(';');
if (strarray.Length == 4)
{
if (strarray[0].StartsWith("L") &&
if (
//strarray[0].StartsWith("L") &&
strarray[1].StartsWith("E") &&
strarray[2].StartsWith("B"))
{
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!