页面逻辑调整
This commit is contained in:
@@ -405,10 +405,15 @@ namespace 头罩视野.Views
|
|||||||
data.LowerVision == _lastRecord.LowerVision &&
|
data.LowerVision == _lastRecord.LowerVision &&
|
||||||
data.VisionRetentionRate == _lastRecord.VisionRetentionRate &&
|
data.VisionRetentionRate == _lastRecord.VisionRetentionRate &&
|
||||||
data.totalVisionArea == _lastRecord.totalVisionArea&&
|
data.totalVisionArea == _lastRecord.totalVisionArea&&
|
||||||
data.GetVisionRetentionRate == _lastRecord.GetVisionRetentionRate)
|
data.GetVisionRetentionRate == _lastRecord.GetVisionRetentionRate
|
||||||
|
)
|
||||||
{
|
{
|
||||||
return; // 一样就不添加
|
return; // 一样就不添加
|
||||||
}
|
}
|
||||||
|
if (data.BinocularArea == 0)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
//原来存的数据清空 切换页面会清空
|
//原来存的数据清空 切换页面会清空
|
||||||
//TestDataStore.Records.Clear();
|
//TestDataStore.Records.Clear();
|
||||||
// 不一样 → 插入表格
|
// 不一样 → 插入表格
|
||||||
|
|||||||
Reference in New Issue
Block a user