From 568fc2e51bc7d723bc394713ed46627009563734 Mon Sep 17 00:00:00 2001 From: WinUser01 Date: Mon, 3 Jan 2022 21:47:50 +0800 Subject: [PATCH] =?UTF-8?q?hyzp=5Fybqx-Commit073=EF=BC=9A=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=E7=89=88=E6=9C=AC=E6=AF=94=E8=BE=83=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/MyMsics/05_updated/MyUpdatedNew.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/pages/MyMsics/05_updated/MyUpdatedNew.dart b/lib/pages/MyMsics/05_updated/MyUpdatedNew.dart index 96e08e1..62a3a7c 100644 --- a/lib/pages/MyMsics/05_updated/MyUpdatedNew.dart +++ b/lib/pages/MyMsics/05_updated/MyUpdatedNew.dart @@ -356,6 +356,9 @@ class MyUpdatedNew { if (listNewVer[i] > listOldVer[i]) { return true; } + if (listNewVer[i] < listOldVer[i]) { + return false; + } } return false; }