From 1820fafc5b982120f87c8045e832d85bbbb62f6b Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期三, 29 三月 2023 16:22:20 +0800
Subject: [PATCH] 自动化

---
 HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs b/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs
index 4f31eee..6080247 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs
@@ -66,7 +66,7 @@
         public void LoadPage(bool locationSetting = true)
         {
             bodyView.BackgroundColor = CSS_Color.BackgroundColor;
-            new TopViewDiv(bodyView, Language.StringByID(StringId.Setting)).LoadTopView(actionRefresh);
+            new TopViewDiv(bodyView, Language.StringByID(StringId.Setting)).LoadTopView();
 
             var contentView = new VerticalScrolViewLayout()
             {
@@ -658,7 +658,7 @@
 
             }
 
-            else if(function.spk == SPK.SenesorMegahealth)
+            else if(function.spk == SPK.SenesorMegahealth || function.spk == SPK.SensorMmvPose)
             {
                 contentView.AddChidren(new Button
                 {

--
Gitblit v1.8.0