From 01c8b9a4753296ddd93da2a155bf4deb772481d9 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期五, 22 七月 2022 17:47:59 +0800 Subject: [PATCH] 更新 --- HDL-ON_iOS/Info.plist | 4 ++-- HDL_ON/UI/UI2/FuntionControlView/ArmSensor/SenesorMegahealthPage.cs | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/HDL-ON_iOS/Info.plist b/HDL-ON_iOS/Info.plist index 75cd9de..400f0f0 100644 --- a/HDL-ON_iOS/Info.plist +++ b/HDL-ON_iOS/Info.plist @@ -100,9 +100,9 @@ <key>UIStatusBarStyle</key> <string>UIStatusBarStyleLightContent</string> <key>CFBundleShortVersionString</key> - <string>1.5.902207191</string> + <string>1.5.902207221</string> <key>CFBundleVersion</key> - <string>1.5.907191</string> + <string>1.5.907221</string> <key>NSLocationWhenInUseUsageDescription</key> <string>Use geographic location to provide services such as weather</string> <key>NSAppleMusicUsageDescription</key> diff --git a/HDL_ON/UI/UI2/FuntionControlView/ArmSensor/SenesorMegahealthPage.cs b/HDL_ON/UI/UI2/FuntionControlView/ArmSensor/SenesorMegahealthPage.cs index 607333f..fb835f5 100644 --- a/HDL_ON/UI/UI2/FuntionControlView/ArmSensor/SenesorMegahealthPage.cs +++ b/HDL_ON/UI/UI2/FuntionControlView/ArmSensor/SenesorMegahealthPage.cs @@ -292,7 +292,7 @@ btnIcon.UnSelectedImagePath = "FunctionIcon/ArmSensor/SomeoneInBgIcon.png"; btnIcon.IsSelected = true; btnIcon.IsSelected = false; - btnSuctionView.TextID = StringId.SomeoneIn; + btnSuctionView.TextID = StringId.Someone; btnSuctionView.IsSelected = true; break; case "2": @@ -309,7 +309,7 @@ btnIcon.UnSelectedImagePath = "FunctionIcon/ArmSensor/SomeoneInBgIcon.png"; btnIcon.IsSelected = true; btnIcon.IsSelected = false; - btnSuctionView.TextID = StringId.SomeoneIn; + btnSuctionView.TextID = StringId.Someone; btnSuctionView.IsSelected = true; } break; @@ -327,7 +327,7 @@ btnIcon.UnSelectedImagePath = "FunctionIcon/ArmSensor/SomeoneInBgIcon.png"; btnIcon.IsSelected = true; btnIcon.IsSelected = false; - btnSuctionView.TextID = StringId.SomeoneIn; + btnSuctionView.TextID = StringId.Someone; btnSuctionView.IsSelected = true; } break; @@ -352,7 +352,7 @@ btnIcon.UnSelectedImagePath = "FunctionIcon/ArmSensor/SomeoneInBgIcon.png"; btnIcon.IsSelected = true; btnIcon.IsSelected = false; - btnSuctionView.TextID = StringId.SomeoneIn; + btnSuctionView.TextID = StringId.Someone; btnSuctionView.IsSelected = true; } break; -- Gitblit v1.8.0