Commit d079a5ca authored by 李佳's avatar 李佳

七星彩第7位可能换行

parent 18be42ec
......@@ -200,12 +200,8 @@ namespace ChuPiao.AutoPrint.Machine.TjJingCaiV1.MacLotPlayMode
if (endIndex == -1)
{
endIndex = input.IndexOf("\n", startIndex);
if (endIndex == -1)
{
decodePrintData.ErrorMessage += "未解析到字符:第⑦位";
decodePrintData.DecodeSuccess = false;
return;
}
endIndex = input.IndexOf("\n", endIndex+1);
}
strTemp = input.Substring(startIndex, endIndex - startIndex);
regex = new Regex(@"\s{1,4}\d{1,2}");
......
No preview for this file type
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment